mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
9c9d1917ce
commit
d600afca9f
@ -165,11 +165,11 @@ static int test_mra_filter(
|
||||
|
||||
#ifdef LDAP_COMP_MATCH
|
||||
/* Component Matching */
|
||||
if( mra->cf &&
|
||||
mra->ma_rule->smr_usage & (SLAP_MR_COMPONENT) ){
|
||||
if( mra->cf && mra->ma_rule->smr_usage & SLAP_MR_COMPONENT ) {
|
||||
return test_comp_filter_entry( op, e, mra );
|
||||
}
|
||||
#endif
|
||||
|
||||
if ( mra->ma_desc ) {
|
||||
/*
|
||||
* if ma_desc is available, then we're filtering for
|
||||
|
Loading…
Reference in New Issue
Block a user