From: Francis Dupont Date: Thu, 24 Sep 2020 13:34:30 +0000 (+0200) Subject: [#1389] Minor comment improvements X-Git-Tag: Kea-1.9.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9781fcd94a825d23aa23cc08fc256598eed506e9;p=thirdparty%2Fkea.git [#1389] Minor comment improvements --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 83489d2e27..b41eb6c9bf 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2430,7 +2430,8 @@ Dhcpv4Srv::assignLease(Dhcpv4Exchange& ex) { // compare DDNS parameters for both subnets and then decide if we need // to rerun the name logic, but that's not likely to be any faster than // just re-running the name logic. @todo When inherited parameter - // performance is improved this argument could be revisisted. + // performance is improved this argument could be revisited. + // Another case is the new subnet has a reserved hostname. // First, we need to remove the prior values from the response and reset // those in context, to give processClientName a clean slate.