]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3578] reverted changes
authorRazvan Becheriu <razvan@isc.org>
Fri, 27 Sep 2024 23:13:08 +0000 (02:13 +0300)
committerRazvan Becheriu <razvan@isc.org>
Mon, 30 Sep 2024 09:13:35 +0000 (12:13 +0300)
src/bin/dhcp4/ctrl_dhcp4_srv.h
src/bin/dhcp6/ctrl_dhcp6_srv.h

index 8464ae245d42a90976b044bb88f453b71b66010b..1c8e6dc8adbe8bbb42e20c97e881ef54f05684f9 100644 (file)
@@ -124,7 +124,6 @@ private:
     /// (that was sent from some yet unspecified sender).
     static void sessionReader(void);
 
-protected:
     /// @brief Handler for processing 'shutdown' command
     ///
     /// This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ protected:
     commandStatisticSetMaxSampleAgeAllHandler(const std::string& command,
                                               isc::data::ConstElementPtr args);
 
-private:
     /// @brief Reclaims expired IPv4 leases and reschedules timer.
     ///
     /// This is a wrapper method for @c AllocEngine::reclaimExpiredLeases4.
index b86e9bf7ac1b584bc582f1d23a54be5045832796..3d75bae6f9d1a00e6e5985cf776472bc9d6d0644 100644 (file)
@@ -124,7 +124,6 @@ private:
     /// (that was sent from some yet unspecified sender).
     static void sessionReader(void);
 
-protected:
     /// @brief Handler for processing 'shutdown' command
     ///
     /// This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ protected:
     commandStatisticSetMaxSampleAgeAllHandler(const std::string& command,
                                               isc::data::ConstElementPtr args);
 
-private:
     /// @brief Reclaims expired IPv6 leases and reschedules timer.
     ///
     /// This is a wrapper method for @c AllocEngine::reclaimExpiredLeases6.