mirror of https://github.com/Icinga/icinga2.git
parent
ccd63b9d15
commit
f1a95e3340
|
@ -128,7 +128,7 @@ void ApiListener::SyncZoneDir(const Zone::Ptr& zone) const
|
|||
|
||||
ObjectLock olock(newConfigPart);
|
||||
BOOST_FOREACH(const Dictionary::Pair& kv, newConfigPart) {
|
||||
newConfig->Set(zf.Tag + "/" + kv.first, kv.second);
|
||||
newConfig->Set("/" + zf.Tag + kv.first, kv.second);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue