From 9781fcd94a825d23aa23cc08fc256598eed506e9 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 24 Sep 2020 15:34:30 +0200 Subject: [#1389] Minor comment improvements --- src/bin/dhcp4/dhcp4_srv.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bin/dhcp4/dhcp4_srv.cc') 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. -- cgit v1.2.3