mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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…
x
Reference in New Issue
Block a user