]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1621] fixed doxygen
authorRazvan Becheriu <razvan@isc.org>
Fri, 26 Mar 2021 06:37:59 +0000 (08:37 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 29 Mar 2021 18:11:29 +0000 (21:11 +0300)
src/lib/database/database_connection.h

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