2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

[#1621] fixed doxygen

This commit is contained in:
Razvan Becheriu
2021-03-26 08:37:59 +02:00
parent 9ed7ec4250
commit dd8b2472db

View File

@@ -152,8 +152,8 @@ public:
return (action_ == OnFailAction::STOP_RETRY_EXIT); return (action_ == OnFailAction::STOP_RETRY_EXIT);
} }
/// @brief Return true if the connection recovery mechanism should exit on /// @brief Return true if the connection recovery mechanism should shut down
/// failure, false otherwise. /// the server on failure, false otherwise.
bool exitOnFailure() { bool exitOnFailure() {
return ((action_ == OnFailAction::STOP_RETRY_EXIT) || return ((action_ == OnFailAction::STOP_RETRY_EXIT) ||
(action_ == OnFailAction::SERVE_RETRY_EXIT)); (action_ == OnFailAction::SERVE_RETRY_EXIT));