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
Nadezhda Ivanova
OpenLDAP
Commits
9cffa1a1
Commit
9cffa1a1
authored
Sep 01, 2002
by
Kurt Zeilenga
Browse files
Use macro to set size
parent
0a367c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblutil/csn.c
View file @
9cffa1a1
...
...
@@ -65,7 +65,7 @@ lutil_csnstr(char *buf, size_t len, unsigned int replica, unsigned int mod)
int
main
(
int
argc
,
char
**
argv
)
{
char
buf
[
256
];
char
buf
[
LDAP_LUTIL_CSNSTR_BUFSIZE
];
if
(
!
lutil_csnstr
(
buf
,
(
size_t
)
10
,
0
,
0
)
)
{
fprintf
(
stderr
,
"failed lutil_csnstr
\n
"
);
...
...
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