mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue