From: Marcin Siodelski Date: Mon, 20 Jan 2014 15:52:33 +0000 (+0100) Subject: [3295] Removed unused constant from DHCPv6 server code. X-Git-Tag: bind10-1.2.0beta1-release~83^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93fb1303d8d4fbd974ecb2e7d74f3b02c7568a43;p=thirdparty%2Fkea.git [3295] Removed unused constant from DHCPv6 server code. --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 9cf50a339d..5e6e5bed51 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -104,9 +104,6 @@ namespace { // DHCPv6 Client FQDN Option sent by a client. They will be removed // when DDNS parameters for DHCPv6 are implemented with the ticket #3034. -// Should server always include the FQDN option in its response, regardless -// if it has been requested in ORO (Disabled). -const bool FQDN_ALWAYS_INCLUDE = false; // Enable AAAA RR update delegation to the client (Disabled). const bool FQDN_ALLOW_CLIENT_UPDATE = false; // Globally enable updates (Enabled).