From: Razvan Becheriu Date: Thu, 19 Nov 2020 12:25:22 +0000 (+0200) Subject: [#1550] added documentation X-Git-Tag: Kea-1.9.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9e70eb65a16e230463fdafd7cc953058c5af6e;p=thirdparty%2Fkea.git [#1550] added documentation --- diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index 3e160971ed..f231a61141 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -604,7 +604,7 @@ AllocEngine::findReservation(ClientContext6& ctx) { ctx.hosts_[SUBNET_ID_GLOBAL] = findGlobalReservation(ctx); } - // If we had only to fetch global reservations it is done. + // If only global reservations are enabled all work is done. if (!subnet->getReservationsInSubnet()) { return; } @@ -3349,7 +3349,7 @@ AllocEngine::findReservation(ClientContext4& ctx) { ctx.hosts_[SUBNET_ID_GLOBAL] = findGlobalReservation(ctx); } - // If we had only to fetch global reservations it is done. + // If only global reservations are enabled all work is done. if (!subnet->getReservationsInSubnet()) { return; }