mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
More bugfixes.
This commit is contained in:
parent
99b153e482
commit
ea77ebe6da
@ -220,6 +220,8 @@ void CIBSyncComponent::RemoteObjectUpdateHandler(const Endpoint::Ptr& sender, co
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object->Register();
|
||||||
} else {
|
} else {
|
||||||
if (object->IsLocal())
|
if (object->IsLocal())
|
||||||
throw_exception(invalid_argument("Replicated remote object is marked as local."));
|
throw_exception(invalid_argument("Replicated remote object is marked as local."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user