]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 1 May 2008 23:56:01 +0000 (23:56 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 1 May 2008 23:56:01 +0000 (23:56 +0000)
servers/slapd/syncrepl.c

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