mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
38f98250a4
commit
b2a0eb7075
@ -2427,8 +2427,8 @@ syncrepl_del_nonpresent(
|
||||
f = cf;
|
||||
f->f_choice = LDAP_FILTER_AND;
|
||||
f->f_next = NULL;
|
||||
f->f_and = ++f;
|
||||
of = f;
|
||||
f->f_and = f+1;
|
||||
of = f->f_and;
|
||||
for ( i=0; i<sc->numcsns; i++ ) {
|
||||
f = of;
|
||||
f->f_choice = LDAP_FILTER_LE;
|
||||
|
Loading…
Reference in New Issue
Block a user