]> git.sur5r.net Git - openldap/commitdiff
Fix typo in 1.389
authorHoward Chu <hyc@openldap.org>
Thu, 24 Apr 2008 10:19:20 +0000 (10:19 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 24 Apr 2008 10:19:20 +0000 (10:19 +0000)
servers/slapd/syncrepl.c

index df7c456b01ca0b3c4b88e42a3a4de6a747d9a0d8..d592e0403f333106002bf7d5b6f4bcbec1291f48 100644 (file)
@@ -683,7 +683,7 @@ compare_csns( struct sync_cookie *sc1, struct sync_cookie *sc2, int *which )
        }
 
        for (i=0; i<sc1->numcsns; i++) {
-               for (j=0; i<sc2->numcsns; j++) {
+               for (j=0; j<sc2->numcsns; j++) {
                        if ( sc1->sids[i] != sc2->sids[j] )
                                continue;
                        value_match( &match, slap_schema.si_ad_entryCSN,