]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3106] Nits in ha_impl fixed
authorMarcin Siodelski <marcin@isc.org>
Tue, 28 Nov 2023 20:39:05 +0000 (21:39 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 29 Nov 2023 19:58:56 +0000 (20:58 +0100)
src/hooks/dhcp/high_availability/ha_impl.cc
src/hooks/dhcp/high_availability/ha_impl.h

index 88fca58749f1fb978ae337a73ad244a7f09d2f03..192a7ca53a74490eac20d744fbafc3d7712e25db 100644 (file)
@@ -552,7 +552,6 @@ HAImpl::maintenanceStartHandler(hooks::CalloutHandle& callout_handle) {
         if (rcode != CONTROL_RESULT_SUCCESS) {
             break;
         }
-
     }
     callout_handle.setArgument("response", response);
 }
index aabaa7295eb98a8ad36ad7a68a59a332700435d5..7045b7d61b459791f919ec67c25889b19610d0c7 100644 (file)
@@ -193,7 +193,7 @@ public:
     /// parameter. If the parameter is not specified, a default @c HAService
     /// name is returned.
     ///
-    /// @param command_name command name.
+    /// @param command_name command name (used for logging purposes only).
     /// @param args command arguments or null.
     /// @return Pointer to an @c HAService instance.
     /// @throw BadValue if the specified server-name doesn't exist or if the