Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
cd6657fd
Commit
cd6657fd
authored
Feb 28, 2003
by
Kurt Zeilenga
Browse files
SLAP_NVALUES: fix UTF8StringNormalize
tests 0-2 now run correctly
parent
64b62162
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
cd6657fd
...
...
@@ -743,7 +743,7 @@ UTF8StringNormalize(
}
flags
=
SLAP_MR_ASSOCIATED
(
mr
,
slap_schema
.
si_mr_caseExactMatch
)
?
LDAP_UTF8_CASEFOLD
:
LDAP_UTF8_
NO
CASEFOLD
;
?
LDAP_UTF8_
NO
CASEFOLD
:
LDAP_UTF8_CASEFOLD
;
flags
|=
(
use
&
SLAP_MR_EQUALITY_APPROX
==
SLAP_MR_EQUALITY_APPROX
)
?
LDAP_UTF8_APPROX
:
0
;
...
...
@@ -783,6 +783,7 @@ UTF8StringNormalize(
nvalue
.
bv_len
=
1
;
}
*
normalized
=
nvalue
;
return
LDAP_SUCCESS
;
}
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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