diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 3565961c35..68e2e66236 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -5695,6 +5695,7 @@ nonpresent_callback( if ( syncCookie->sids[i] == sid && ber_bvcmp( &a->a_nvals[0], &syncCookie->ctxcsn[i] ) <= 0 ) { covered = 1; + break; } } }