From: Gunnar Beutner Date: Thu, 2 Aug 2012 10:21:44 +0000 (+0200) Subject: More bugfixes. X-Git-Tag: v0.0.1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea77ebe6dab46c4ded8b7466e5759017497c19ba;p=icinga2 More bugfixes. --- diff --git a/components/cibsync/cibsynccomponent.cpp b/components/cibsync/cibsynccomponent.cpp index dd44c2913..db8cab626 100644 --- a/components/cibsync/cibsynccomponent.cpp +++ b/components/cibsync/cibsynccomponent.cpp @@ -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."));