ITS#5465 ignore ops without queued CSNs

This commit is contained in:
Quanah Gibson-Mount 2008-05-13 22:09:15 +00:00
parent 4f41eff3a1
commit 0a3c57dacc

View file

@ -1515,6 +1515,10 @@ syncprov_op_response( Operation *op, SlapReply *rs )
strcpy( si->si_ctxcsnbuf, cbuf );
si->si_ctxcsn.bv_len = maxcsn.bv_len;
}
} else {
/* internal ops that aren't meant to be replicated */
ldap_pvt_thread_rdwr_wunlock( &si->si_csn_rwlock );
return SLAP_CB_CONTINUE;
}
/* Don't do any processing for consumer contextCSN updates */