mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
More for ITS#5212 make conditional explicit
This commit is contained in:
parent
9556aecdce
commit
b8ab61d2ee
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user