diff options
author | Francis Dupont <fdupont@isc.org> | 2023-06-28 16:51:57 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2023-06-29 15:45:26 +0200 |
commit | a3c87ba5f480b32f7f76acdf123ab67e3e67e62c (patch) | |
tree | f733d7db399c3c01a273af0254a2217fa1836869 /src/lib/config/base_command_mgr.cc | |
parent | [#2892] document PD hints (diff) | |
download | kea-a3c87ba5f480b32f7f76acdf123ab67e3e67e62c.tar.xz kea-a3c87ba5f480b32f7f76acdf123ab67e3e67e62c.zip |
[#2947] Bug fixed
Diffstat (limited to 'src/lib/config/base_command_mgr.cc')
-rw-r--r-- | src/lib/config/base_command_mgr.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config/base_command_mgr.cc b/src/lib/config/base_command_mgr.cc index 5a7591c735..d2d7201da6 100644 --- a/src/lib/config/base_command_mgr.cc +++ b/src/lib/config/base_command_mgr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -191,7 +191,7 @@ BaseCommandMgr::listCommandsHandler(const std::string& /* name */, } std::string -BaseCommandMgr::getHash(isc::data::ElementPtr& config) { +BaseCommandMgr::getHash(const isc::data::ConstElementPtr& config) { // First, get the string representation. std::string config_txt = config->str(); |