summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_srv.cc
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-09-24 15:34:30 +0200
committerTomek Mrugalski <tomek@isc.org>2020-09-25 09:36:03 +0200
commit9781fcd94a825d23aa23cc08fc256598eed506e9 (patch)
tree200ff40ce4e67788c37449064b40003717756bb7 /src/bin/dhcp4/dhcp4_srv.cc
parent[#1389] Addressed review comment: getSubnetId() (diff)
downloadkea-9781fcd94a825d23aa23cc08fc256598eed506e9.tar.xz
kea-9781fcd94a825d23aa23cc08fc256598eed506e9.zip
[#1389] Minor comment improvements
Diffstat (limited to '')
-rw-r--r--src/bin/dhcp4/dhcp4_srv.cc3
1 files changed, 2 insertions, 1 deletions
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.