From ea77ebe6dab46c4ded8b7466e5759017497c19ba Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 2 Aug 2012 12:21:44 +0200 Subject: [PATCH] More bugfixes. --- components/cibsync/cibsynccomponent.cpp | 2 ++ 1 file changed, 2 insertions(+) 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.")); -- 2.40.0