mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Fix prev commit
This commit is contained in:
parent
b16478a5ca
commit
bdd493380d
1 changed files with 1 additions and 0 deletions
|
|
@ -2427,6 +2427,7 @@ syncrepl_del_nonpresent(
|
|||
f = cf;
|
||||
f->f_choice = LDAP_FILTER_AND;
|
||||
f->f_and = ++f;
|
||||
f->f_next = NULL;
|
||||
of = f;
|
||||
for ( i=0; i<sc->numcsns; i++ ) {
|
||||
f = of;
|
||||
|
|
|
|||
Loading…
Reference in a new issue