]> git.sur5r.net Git - openldap/commitdiff
Delete extraneous test in prev commit
authorHoward Chu <hyc@openldap.org>
Sun, 22 Jul 2007 17:19:21 +0000 (17:19 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 22 Jul 2007 17:19:21 +0000 (17:19 +0000)
servers/slapd/back-bdb/filterindex.c

index 3b6da0c90ad1ef82426ec3edd7d5e07699cce414..a7d002348a85a04d62d4fd9311f172f4320b28c6 100644 (file)
@@ -341,10 +341,6 @@ comp_equality_candidates (
         rc = bdb_index_param( op->o_bd, mra->ma_desc, LDAP_FILTER_EQUALITY,
                 &db, &mask, &prefix );
 
-        if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
-                return 0;
-        }
-
         if( rc != LDAP_SUCCESS ) {
                 return 0;
         }