More bugfixes.

This commit is contained in:
Gunnar Beutner 2012-08-02 12:21:44 +02:00
parent 99b153e482
commit ea77ebe6da
1 changed files with 2 additions and 0 deletions

View File

@ -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."));