From: Howard Chu Date: Thu, 24 Apr 2008 10:19:20 +0000 (+0000) Subject: Fix typo in 1.389 X-Git-Tag: LOCKER_IDS~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd0699edf4cacaaf69eacb3728b47197740ef038;p=openldap Fix typo in 1.389 --- 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,