Skip to content
Snippets Groups Projects
Commit d600afca authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent 9c9d1917
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment