mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Fix prev commit (again) - set in wrong order
This commit is contained in:
parent
318a680879
commit
b94eac4778
1 changed files with 1 additions and 1 deletions
|
|
@ -2426,8 +2426,8 @@ syncrepl_del_nonpresent(
|
|||
sc->numcsns * sizeof(AttributeAssertion), op->o_tmpmemctx );
|
||||
f = cf;
|
||||
f->f_choice = LDAP_FILTER_AND;
|
||||
f->f_and = ++f;
|
||||
f->f_next = NULL;
|
||||
f->f_and = ++f;
|
||||
of = f;
|
||||
for ( i=0; i<sc->numcsns; i++ ) {
|
||||
f = of;
|
||||
|
|
|
|||
Loading…
Reference in a new issue