More for ITS#5212 make conditional explicit

This commit is contained in:
Howard Chu 2007-11-09 07:28:42 +00:00
parent 9556aecdce
commit b8ab61d2ee

View File

@ -608,7 +608,7 @@ filter2bv_x( Operation *op, Filter *f, struct berval *fstr )
simple:
value = f->f_av_value;
if ( f->f_av_desc->ad_type->sat_equality &&
f->f_av_desc->ad_type->sat_equality->smr_usage & SLAP_MR_MUTATION_NORMALIZER ) {
( f->f_av_desc->ad_type->sat_equality->smr_usage & SLAP_MR_MUTATION_NORMALIZER )) {
f->f_av_desc->ad_type->sat_equality->smr_normalize(
(SLAP_MR_DENORMALIZE|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX),
NULL, NULL, &f->f_av_value, &value, op->o_tmpmemctx );