From: Razvan Becheriu Date: Fri, 21 May 2021 17:13:14 +0000 (+0300) Subject: [#1883] fixed compilation and unittests X-Git-Tag: Kea-1.9.8~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521b71d9c82ef0a97ab2255b10deddd4a6ad42ad;p=thirdparty%2Fkea.git [#1883] fixed compilation and unittests --- diff --git a/src/bin/agent/ca_cfg_mgr.cc b/src/bin/agent/ca_cfg_mgr.cc index 854fa233de..f2f8caa92a 100644 --- a/src/bin/agent/ca_cfg_mgr.cc +++ b/src/bin/agent/ca_cfg_mgr.cc @@ -142,7 +142,7 @@ CtrlAgentCfgMgr::parse(ConstElementPtr config_set, bool check_only) { std::list> CtrlAgentCfgMgr::jsonPathsToRedact() const { static std::list> const list({ - {"authentication", "clients"}, + {"authentication", "clients", "[]"}, {"hooks-libraries", "[]", "parameters", "*"}, }); return list;