summaryrefslogtreecommitdiffstats
path: root/src/bin/d2
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-07-23 14:45:15 +0200
committerFrancis Dupont <fdupont@isc.org>2024-08-01 09:23:54 +0200
commit98d096b6db2ca28a977f3c9e7fc6b5b8277b8386 (patch)
tree65bdc1eafb482dbe2db0aef0081b7936bfa1151b /src/bin/d2
parent[#3477] Fixed Botan build (diff)
downloadkea-98d096b6db2ca28a977f3c9e7fc6b5b8277b8386.tar.xz
kea-98d096b6db2ca28a977f3c9e7fc6b5b8277b8386.zip
[#3477] Addressed comments
Diffstat (limited to 'src/bin/d2')
-rw-r--r--src/bin/d2/d2_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/d2/d2_process.cc b/src/bin/d2/d2_process.cc
index 6efe6b4b97..f82b73fff4 100644
--- a/src/bin/d2/d2_process.cc
+++ b/src/bin/d2/d2_process.cc
@@ -81,7 +81,7 @@ D2Process::init() {
HttpCommandMgr::instance().setIOService(getIOService());
// Set the HTTP authentication default realm.
- HttpCommandConfig::DefaultAuthenticationRealm = "kea-dhcp-ddns-server";
+ HttpCommandConfig::DEFAULT_AUTHENTICATION_REALM = "kea-dhcp-ddns-server";
};
void