Skip to content

Commit

Permalink
Ensure that runtime created objects are synced on (re)connect
Browse files Browse the repository at this point in the history
refs #11684
  • Loading branch information
Michael Friedrich committed Nov 11, 2016
1 parent 2e2de7c commit 4b86f69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/remote/apilistener-configsync.cpp
Expand Up @@ -417,10 +417,6 @@ void ApiListener::SendRuntimeConfigObjects(const JsonRpcConnection::Ptr& aclient
continue;

for (const ConfigObject::Ptr& object : dtype->GetObjects()) {
/* don't sync objects with an older version time than the endpoint's log position */
if (object->GetVersion() < endpoint->GetLocalLogPosition())
continue;

/* don't sync objects for non-matching parent-child zones */
if (!azone->CanAccessObject(object))
continue;
Expand Down

0 comments on commit 4b86f69

Please sign in to comment.