From: Francis Dupont Date: Thu, 10 Oct 2019 09:03:35 +0000 (+0200) Subject: [35-local-d2-dhcp-ddns-client-config] Moved = sign X-Git-Tag: tmark-post-35-refactor~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a63e7c0221aa560a33a86d9707ceb5561956d42;p=thirdparty%2Fkea.git [35-local-d2-dhcp-ddns-client-config] Moved = sign --- 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& mode - = getProperty(&Network::getDdnsReplaceClientNameMode, - ddns_replace_client_name_mode_, inheritance); + const util::Optional& mode = + getProperty(&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.