]> git.sur5r.net Git - openldap/commitdiff
More for ITS#5212 make conditional explicit
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 9 Nov 2007 16:15:17 +0000 (16:15 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 9 Nov 2007 16:15:17 +0000 (16:15 +0000)
servers/slapd/filter.c

index 46a5c7a6d3572467640c23b6b55a3f7281136817..9154600d6dad686341da370da85e6c07b027e6d2 100644 (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 );