]> git.sur5r.net Git - openldap/commitdiff
fix match result bug
authorPierangelo Masarati <ando@openldap.org>
Thu, 29 Aug 2002 10:45:24 +0000 (10:45 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 29 Aug 2002 10:45:24 +0000 (10:45 +0000)
servers/slapd/matchedValues.c

index 483a14956d225e1f988caa2bf4636202ff340a42..170977d0eeb46b61ee4b0f014d2a5b8a7bb70d1e 100644 (file)
@@ -374,7 +374,7 @@ static int test_mra_vrFilter(
                                return rc;
                        }
 
-                       if ( ret ) {
+                       if ( ret == 0 ) {
                                (*e_flags)[i][j] = 1;
                        }
                }