]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[35-local-d2-dhcp-ddns-client-config] Moved = sign
authorFrancis Dupont <fdupont@isc.org>
Thu, 10 Oct 2019 09:03:35 +0000 (11:03 +0200)
committerThomas Markwalder <tmark@isc.org>
Thu, 10 Oct 2019 12:36:39 +0000 (08:36 -0400)
src/lib/dhcpsrv/network.h

index 36715e6a112fd6587dda7b0a214a0f9e9618f006..4d81b2765bb23efb83ea1a84a559fea800014670 100644 (file)
@@ -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.