diff options
author | Andrei Pavel <andrei@isc.org> | 2022-01-25 19:18:43 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-01-25 19:18:43 +0100 |
commit | e5d87e4f2fa3355a9896a9ea0799a9b4d93aea0e (patch) | |
tree | 4b323bdefa9502a3901faae18f29ba4b71bc3470 /src/bin/dhcp4/dhcp4_srv.cc | |
parent | [#2290] release changes (diff) | |
download | kea-Kea-2.1.2.tar.xz kea-Kea-2.1.2.zip |
[#2290] release changesKea-2.1.2
Diffstat (limited to 'src/bin/dhcp4/dhcp4_srv.cc')
-rw-r--r-- | src/bin/dhcp4/dhcp4_srv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 5132a443ea..7df4010255 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2105,7 +2105,7 @@ Dhcpv4Srv::processHostnameOption(Dhcpv4Exchange& ex) { // i.e. DDNS configuration. If we have a reserved hostname we should // use it and send it back. if (ctx->currentHost() && !ctx->currentHost()->getHostname().empty()) { - // Qualify if there is an a suffix configured. + // Qualify if there is a suffix configured. std::string hostname = d2_mgr.qualifyName(ctx->currentHost()->getHostname(), *(ex.getContext()->getDdnsParams()), false); // Convert it to lower case. |