]> git.sur5r.net Git - openldap/commitdiff
fix extendedMatch values return filter control
authorPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:29:03 +0000 (10:29 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:29:03 +0000 (10:29 +0000)
servers/slapd/matchedValues.c

index 51c223e97d0ad71787f20f803395313361af352e..53d16b45726707f7a5942629eba2080777cb29c4 100644 (file)
@@ -360,14 +360,14 @@ test_mra_vrFilter(
 
 #ifndef SLAP_X_MRA_MATCH_DNATTRS
                if ( !is_ad_subtype( a->a_desc, mra->ma_desc ) ) {
-                       return( LDAP_SUCCESS );
+                       continue;
                }
                value = mra->ma_value;
 
 #else /* SLAP_X_MRA_MATCH_DNATTRS */
                if ( mra->ma_desc ) {
                        if ( !is_ad_subtype( a->a_desc, mra->ma_desc ) ) {
-                               return( LDAP_SUCCESS );
+                               continue;
                        }
                        value = mra->ma_value;