diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index f430c7ea25..ac19c40c1e 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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; inumcsns; i++ ) { f = of;