From: Howard Chu Date: Thu, 24 Apr 2008 10:20:24 +0000 (+0000) Subject: More for ITS#5432, sync with HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b508c4e552035490090a2f2ccfa8e76a6e40281;p=openldap More for ITS#5432, sync with HEAD --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index df7c456b01..d592e0403f 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -683,7 +683,7 @@ compare_csns( struct sync_cookie *sc1, struct sync_cookie *sc2, int *which ) } for (i=0; inumcsns; i++) { - for (j=0; inumcsns; j++) { + for (j=0; jnumcsns; j++) { if ( sc1->sids[i] != sc2->sids[j] ) continue; value_match( &match, slap_schema.si_ad_entryCSN,