]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit (again) - set in wrong order
authorHoward Chu <hyc@openldap.org>
Wed, 30 Apr 2008 18:35:02 +0000 (18:35 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 30 Apr 2008 18:35:02 +0000 (18:35 +0000)
servers/slapd/syncrepl.c

index ac19c40c1e7420e2311645e91bbbcf34deb351b3..6dd8ccbe24dbce65627ddbc842e92bbbbb24c00b 100644 (file)
@@ -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;