summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2019-10-10 11:03:35 +0200
committerThomas Markwalder <tmark@isc.org>2019-10-10 14:36:39 +0200
commit8a63e7c0221aa560a33a86d9707ceb5561956d42 (patch)
tree421133d4a3c19014e0650c14e5bb27081a4b52cd /src
parent[35-local-d2-dhcp-ddns-client-config] Caught a dhcp4 reference in dhcp6 doc (diff)
downloadkea-8a63e7c0221aa560a33a86d9707ceb5561956d42.tar.xz
kea-8a63e7c0221aa560a33a86d9707ceb5561956d42.zip
[35-local-d2-dhcp-ddns-client-config] Moved = sign
Diffstat (limited to 'src')
-rw-r--r--src/lib/dhcpsrv/network.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/network.h b/src/lib/dhcpsrv/network.h
index 36715e6a11..4d81b2765b 100644
--- a/src/lib/dhcpsrv/network.h
+++ b/src/lib/dhcpsrv/network.h
@@ -578,9 +578,9 @@ public:
// parameters. The value at the global level is given as a string.
// Thus we call getProperty here without a global name to check if it
// is specified on network level only.
- const util::Optional<D2ClientConfig::ReplaceClientNameMode>& mode
- = getProperty<Network>(&Network::getDdnsReplaceClientNameMode,
- ddns_replace_client_name_mode_, inheritance);
+ const util::Optional<D2ClientConfig::ReplaceClientNameMode>& mode =
+ getProperty<Network>(&Network::getDdnsReplaceClientNameMode,
+ ddns_replace_client_name_mode_, inheritance);
// If it is not specified at network level we need this special
// case code to convert the global string value to an enum.