]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
minor changes
authorRazvan Becheriu <razvan@isc.org>
Wed, 3 Apr 2019 16:33:16 +0000 (19:33 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 12 Apr 2019 12:10:41 +0000 (15:10 +0300)
src/bin/dhcp4/dhcp4_srv.h

index 9660297a38f96c48aa244adb16e9042e46278819..42321ee04879ee9c103e9e025a63115a3d85115a 100644 (file)
@@ -614,7 +614,7 @@ protected:
     /// @param lease lease being assigned to the client
     /// @param subnet the subnet to which the lease belongs
     /// @param resp outbound response for the client to which timers are added.
-    void setTeeTimes(const Lease4Ptr& lease, const Subnet4Ptr& subnet, Pkt4Ptr resp);
+    static void setTeeTimes(const Lease4Ptr& lease, const Subnet4Ptr& subnet, Pkt4Ptr resp);
 
     /// @brief Append basic options if they are not present.
     ///