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
f39fb6d9
Commit
f39fb6d9
authored
Aug 22, 2003
by
Kurt Zeilenga
Browse files
Add missing assignment in last commit.
parent
be22981d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
f39fb6d9
...
...
@@ -780,7 +780,7 @@ nameUIDPretty(
ber_memfree_x
(
out
->
bv_val
,
ctx
);
return
LDAP_OTHER
;
}
out
->
bv_val
=
tmp
;
out
->
bv_val
[
out
->
bv_len
++
]
=
'#'
;
got1
=
uidval
.
bv_len
<
sizeof
(
"'0'B"
);
...
...
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