]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2947] Removed todo
authorFrancis Dupont <fdupont@isc.org>
Wed, 28 Jun 2023 17:24:20 +0000 (19:24 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 29 Jun 2023 13:45:26 +0000 (15:45 +0200)
src/lib/process/d_controller.cc

index 3611907ed800b591767f35ac324669ac88440080..420442c132c09c0cabde2a023723d50da8dfd8a3 100644 (file)
@@ -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);