From: Howard Chu Date: Thu, 10 May 2007 20:15:40 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~500 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8726062e1df4e57e58042031b13ff50c7e33ef8d;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 582df0f2d0..c1e16487dc 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -2566,7 +2566,7 @@ syncrepl_updateCookie( if ( len > si->si_cookieState->cs_vals[j].bv_len ) len = si->si_cookieState->cs_vals[j].bv_len; if ( memcmp( syncCookie->ctxcsn[i].bv_val, - &si->si_cookieState->cs_vals[j].bv_val, len ) > 0 ) { + si->si_cookieState->cs_vals[j].bv_val, len ) > 0 ) { ber_bvarray_add_x( &mod[0].sml_values, &si->si_cookieState->cs_vals[j], op->o_tmpmemctx ); ber_bvarray_add_x( &mod[1].sml_values,