Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
e73b0733
Commit
e73b0733
authored
May 08, 2003
by
Howard Chu
Browse files
Fix prev commit
parent
a4801acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
e73b0733
...
...
@@ -3088,10 +3088,10 @@ static int caseIgnoreIA5SubstringsIndexer(
BerVarray
keys
,
nvals
;
HASH_CONTEXT
HASHcontext
;
unsigned
char
HASHdigest
[
HASH_BYTES
];
int
rc
=
LDAP_SUCCESS
;
struct
berval
digest
;
digest
.
bv_val
=
HASHdigest
;
digest
.
bv_len
=
sizeof
(
HASHdigest
);
int
rc
=
LDAP_SUCCESS
;
/* we should have at least one value at this point */
assert
(
values
!=
NULL
&&
values
[
0
].
bv_val
!=
NULL
);
...
...
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