Revert "More for ITS#6892"

This reverts commit 3cb2ca8bbd.
Patch has no benefit
This commit is contained in:
Howard Chu 2011-08-16 13:49:27 -07:00
parent 3cb2ca8bbd
commit 20a8da0b7c

View file

@ -1304,12 +1304,10 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
op2.o_extra = op->o_extra;
op2.o_callback = NULL;
if (ss->s_flags & PS_FIX_FILTER) {
Filter *f;
/* Skip the AND/GE clause that we stuck on in front. We
would lose deletes/mods that happen during the refresh
phase otherwise (ITS#6555) */
f = ss->s_op->ors_filter->f_and->f_next;
if ( f ) op2.ors_filter = f;
op2.ors_filter = ss->s_op->ors_filter->f_and->f_next;
}
ldap_pvt_thread_mutex_unlock( &ss->s_mutex );
rc = test_filter( &op2, e, op2.ors_filter );