Skip to content
Snippets Groups Projects
Commit dbba2257 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#5212 make conditional explicit

parent 64bb18e7
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
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