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
openldap
OpenLDAP
Commits
58d1df26
Commit
58d1df26
authored
Apr 16, 2003
by
Pierangelo Masarati
Browse files
fix possible typo
parent
377bccbc
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/value.c
View file @
58d1df26
...
...
@@ -226,7 +226,7 @@ int value_find_ex(
mr
->
smr_normalize
)
{
rc
=
(
mr
->
smr_normalize
)(
flags
&
SLAP_MR_TYPE_MASK
|
SLAP_MR_SUBTYPE_MASK
,
flags
&
(
SLAP_MR_TYPE_MASK
|
SLAP_MR_SUBTYPE_MASK
)
,
ad
?
ad
->
ad_type
->
sat_syntax
:
NULL
,
mr
,
val
,
&
nval
,
ctx
);
...
...
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