From: Pierangelo Masarati Date: Thu, 29 Aug 2002 10:45:24 +0000 (+0000) Subject: fix match result bug X-Git-Tag: NO_SLAP_OP_BLOCKS~1120 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=24171e1fe2b1b2504d989d3b4957dcd099219804;p=openldap fix match result bug --- diff --git a/servers/slapd/matchedValues.c b/servers/slapd/matchedValues.c index 483a14956d..170977d0ee 100644 --- a/servers/slapd/matchedValues.c +++ b/servers/slapd/matchedValues.c @@ -374,7 +374,7 @@ static int test_mra_vrFilter( return rc; } - if ( ret ) { + if ( ret == 0 ) { (*e_flags)[i][j] = 1; } }