]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] Fixed build (2)
authorFrancis Dupont <fdupont@isc.org>
Mon, 22 Feb 2021 10:23:36 +0000 (11:23 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Mar 2021 08:10:00 +0000 (09:10 +0100)
src/hooks/dhcp/high_availability/ha_service.h

index 5a23b632ff35facd8e819e7a939ada4c948f455e..723d4561892b9b2c51ec6182d0c247ab35c7f851 100644 (file)
@@ -1022,9 +1022,8 @@ protected:
     ///
     /// Currently is never called and does nothing.
     ///
-    /// @param ec Error status of the ASIO connect
     /// @return always true.
-    bool clientHandshakeHandler(const boost::system::error_code& ec) {
+    bool clientHandshakeHandler(const boost::system::error_code&) {
         return (true);
     }