From ef6f04f442b17fcab86ed92a65fc13bd0fa70dbd Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 11 Dec 2018 17:09:09 +0100 Subject: [PATCH] [339-doxygen-errors] typo --- src/hooks/dhcp/high_availability/command_creator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2