mirror of https://github.com/Icinga/icinga2.git
parent
eb30f69454
commit
9897358fc6
|
@ -165,6 +165,7 @@ static Object::Ptr DeserializeObject(const Object::Ptr& object, const Dictionary
|
||||||
instance = type->Instantiate();
|
instance = type->Instantiate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ObjectLock olock(input);
|
||||||
BOOST_FOREACH(const Dictionary::Pair& kv, input) {
|
BOOST_FOREACH(const Dictionary::Pair& kv, input) {
|
||||||
if (kv.first.IsEmpty())
|
if (kv.first.IsEmpty())
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue