This commit is contained in:
Kurt Zeilenga 2004-09-18 02:05:01 +00:00
parent 9c9d1917ce
commit d600afca9f

View File

@ -165,11 +165,11 @@ static int test_mra_filter(
#ifdef LDAP_COMP_MATCH #ifdef LDAP_COMP_MATCH
/* Component Matching */ /* Component Matching */
if( mra->cf && if( mra->cf && mra->ma_rule->smr_usage & SLAP_MR_COMPONENT ) {
mra->ma_rule->smr_usage & (SLAP_MR_COMPONENT) ){
return test_comp_filter_entry( op, e, mra ); return test_comp_filter_entry( op, e, mra );
} }
#endif #endif
if ( mra->ma_desc ) { if ( mra->ma_desc ) {
/* /*
* if ma_desc is available, then we're filtering for * if ma_desc is available, then we're filtering for