Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
639598e8
Commit
639598e8
authored
Feb 18, 2008
by
Howard Chu
Browse files
ITS#5386
parent
d9bf215d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/filter.c
View file @
639598e8
...
...
@@ -608,7 +608,9 @@ 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
))
{
!
undef
&&
(
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment