mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
Delete extraneous test in prev commit
This commit is contained in:
parent
b0113c38cd
commit
e0cb8bcf98
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue