Merge remote-tracking branch 'origin/fastpath' into fastpath

This commit is contained in:
Bernhard Amann 2012-12-05 12:42:02 -08:00
commit 3973cb1075
4 changed files with 18 additions and 3 deletions

View file

@ -1032,6 +1032,14 @@ bool RemoteSerializer::SendAllSynchronized(Peer* peer, SerialInfo* info)
for ( ; index < sync_ids.length(); ++index )
{
if ( ! sync_ids[index]->ID_Val() )
{
#ifdef DEBUG
DBG_LOG(DBG_COMM, "Skip sync of ID with null value: %s\n",
sync_ids[index]->Name());
#endif
continue;
}
cont->SaveContext();
StateAccess sa(OP_ASSIGN, sync_ids[index],