ITS#5465 ignore ops without queued CSNs

This commit is contained in:
Howard Chu 2008-05-13 21:57:19 +00:00
parent c7a49fcfc5
commit 96d5ed5bc5

View File

@ -1619,6 +1619,10 @@ syncprov_op_response( Operation *op, SlapReply *rs )
sizeof(int));
si->si_sids[i] = sid;
}
} 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 */