From: Razvan Becheriu Date: Wed, 3 Apr 2019 16:33:16 +0000 (+0300) Subject: minor changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1f456a651e097871bdf11c1c96cee9f631247d;p=thirdparty%2Fkea.git minor changes --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index 9660297a38..42321ee048 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -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. ///