ITS#5988 allow entries without CSN to be replicated

This commit is contained in:
Howard Chu 2009-03-14 07:22:19 +00:00
parent 9764499136
commit 1e651713e2

View file

@ -1733,10 +1733,12 @@ syncprov_op_response( Operation *op, SlapReply *rs )
sizeof(int));
si->si_sids[i] = sid;
}
#if 0
} else if ( !foundit ) {
/* internal ops that aren't meant to be replicated */
ldap_pvt_thread_rdwr_wunlock( &si->si_csn_rwlock );
return SLAP_CB_CONTINUE;
#endif
}
/* Don't do any processing for consumer contextCSN updates */