]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[339-doxygen-errors] typo
authorFrancis Dupont <fdupont@isc.org>
Tue, 11 Dec 2018 16:09:09 +0000 (17:09 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 11 Dec 2018 19:53:41 +0000 (14:53 -0500)
src/hooks/dhcp/high_availability/command_creator.h

index 040298c477fcfde7a209a63a08ac775ed10c4c4b..8202b67de2f1395fd63251229ac7f90f10518770 100644 (file)
@@ -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: