mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 23:54:07 +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;
|
||||
}
|
||||
|
||||
object->Register();
|
||||
} else {
|
||||
if (object->IsLocal())
|
||||
throw_exception(invalid_argument("Replicated remote object is marked as local."));
|
||||
|
Loading…
x
Reference in New Issue
Block a user