diff options
author | Francis Dupont <fdupont@isc.org> | 2024-07-23 14:45:15 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2024-08-01 09:23:54 +0200 |
commit | 98d096b6db2ca28a977f3c9e7fc6b5b8277b8386 (patch) | |
tree | 65bdc1eafb482dbe2db0aef0081b7936bfa1151b /src/bin/d2 | |
parent | [#3477] Fixed Botan build (diff) | |
download | kea-98d096b6db2ca28a977f3c9e7fc6b5b8277b8386.tar.xz kea-98d096b6db2ca28a977f3c9e7fc6b5b8277b8386.zip |
[#3477] Addressed comments
Diffstat (limited to 'src/bin/d2')
-rw-r--r-- | src/bin/d2/d2_process.cc | 2 |
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 |