diff options
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(); |