]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1883] fixed compilation and unittests
authorRazvan Becheriu <razvan@isc.org>
Fri, 21 May 2021 17:13:14 +0000 (20:13 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 21 May 2021 19:24:57 +0000 (19:24 +0000)
src/bin/agent/ca_cfg_mgr.cc

index 854fa233dece4311a89f648d3f7d4152432b01db..f2f8caa92af346a926bb934347655550e0f942e8 100644 (file)
@@ -142,7 +142,7 @@ CtrlAgentCfgMgr::parse(ConstElementPtr config_set, bool check_only) {
 std::list<std::list<std::string>>
 CtrlAgentCfgMgr::jsonPathsToRedact() const {
     static std::list<std::list<std::string>> const list({
-        {"authentication", "clients"},
+        {"authentication", "clients", "[]"},
         {"hooks-libraries", "[]", "parameters", "*"},
     });
     return list;