Fix prev commit (again) - set in wrong order

This commit is contained in:
Howard Chu 2008-04-30 18:35:02 +00:00
parent 318a680879
commit b94eac4778

View file

@ -2426,8 +2426,8 @@ syncrepl_del_nonpresent(
sc->numcsns * sizeof(AttributeAssertion), op->o_tmpmemctx ); sc->numcsns * sizeof(AttributeAssertion), op->o_tmpmemctx );
f = cf; f = cf;
f->f_choice = LDAP_FILTER_AND; f->f_choice = LDAP_FILTER_AND;
f->f_and = ++f;
f->f_next = NULL; f->f_next = NULL;
f->f_and = ++f;
of = f; of = f;
for ( i=0; i<sc->numcsns; i++ ) { for ( i=0; i<sc->numcsns; i++ ) {
f = of; f = of;