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
cf7522bc
Commit
cf7522bc
authored
Nov 18, 2008
by
Quanah Gibson-Mount
Browse files
fix length
parent
7f4f759b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/dynlist.c
View file @
cf7522bc
...
...
@@ -1260,7 +1260,7 @@ dl_cfgen( ConfigArgs *c )
*
ptr
++
=
' '
;
ptr
=
lutil_strncopy
(
ptr
,
dli
->
dli_oc
->
soc_cname
.
bv_val
,
dli
->
dli_
ad
->
ad
_cname
.
bv_len
);
dli
->
dli_
oc
->
soc
_cname
.
bv_len
);
for
(
dlm
=
dli
->
dli_dlm
;
dlm
;
dlm
=
dlm
->
dlm_next
)
{
ptr
[
0
]
=
' '
;
...
...
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