From: Francis Dupont Date: Tue, 11 Dec 2018 16:09:09 +0000 (+0100) Subject: [339-doxygen-errors] typo X-Git-Tag: 343-put-socket-control-buffer-in-the-stack_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6f04f442b17fcab86ed92a65fc13bd0fa70dbd;p=thirdparty%2Fkea.git [339-doxygen-errors] typo --- diff --git a/src/hooks/dhcp/high_availability/command_creator.h b/src/hooks/dhcp/high_availability/command_creator.h index 040298c477..8202b67de2 100644 --- a/src/hooks/dhcp/high_availability/command_creator.h +++ b/src/hooks/dhcp/high_availability/command_creator.h @@ -118,7 +118,7 @@ public: /// @param limit Limit of leases on the page. /// @return Pointer to the JSON representation of the command. static data::ConstElementPtr - createLease6GetPage(const dhcp::Lease6Ptr& lease4, + createLease6GetPage(const dhcp::Lease6Ptr& lease6, const uint32_t limit); private: