From: Francis Dupont Date: Wed, 28 Jun 2023 17:24:20 +0000 (+0200) Subject: [#2947] Removed todo X-Git-Tag: Kea-2.4.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac65c493a7929881235a76995007aff701930a80;p=thirdparty%2Fkea.git [#2947] Removed todo --- diff --git a/src/lib/process/d_controller.cc b/src/lib/process/d_controller.cc index 3611907ed8..420442c132 100644 --- a/src/lib/process/d_controller.cc +++ b/src/lib/process/d_controller.cc @@ -650,13 +650,6 @@ DControllerBase::configSetHandler(const std::string&, ConstElementPtr args) { ConstElementPtr answer = updateConfig(module_config); int rcode = 0; parseAnswer(rcode, answer); - - // When succeeded append the SHA256 hash of the config that - // was just set to the response. - if (rcode == CONTROL_RESULT_SUCCESS) { - // @todo - } - // In all cases the right logging configuration is in the context. process_->getCfgMgr()->getContext()->applyLoggingCfg(); return (answer);