From: Francis Dupont Date: Wed, 20 Aug 2025 16:43:22 +0000 (+0200) Subject: [#226] Typo X-Git-Tag: Kea-3.1.1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6754a4b86aef273dcbc06587edd6258bb21ceab9;p=thirdparty%2Fkea.git [#226] Typo --- diff --git a/src/lib/dhcpsrv/allocator.cc b/src/lib/dhcpsrv/allocator.cc index a86d3cfc0b..433ac4d7a7 100644 --- a/src/lib/dhcpsrv/allocator.cc +++ b/src/lib/dhcpsrv/allocator.cc @@ -79,7 +79,7 @@ Allocator::initAfterConfigure() { } double -Allocator::getOccupancyRate(const asiolink::IOAddress&ddr, +Allocator::getOccupancyRate(const asiolink::IOAddress&, const ClientClasses&) const { return (0.); }