From: Howard Chu Date: Wed, 30 Apr 2008 18:35:02 +0000 (+0000) Subject: Fix prev commit (again) - set in wrong order X-Git-Tag: LOCKER_IDS~189 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b94eac477890f4a1277237deb5146e95c62ebfa3;p=openldap Fix prev commit (again) - set in wrong order --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index ac19c40c1e..6dd8ccbe24 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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; inumcsns; i++ ) { f = of;