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
a2039052
Commit
a2039052
authored
Jul 26, 2002
by
Howard Chu
Browse files
Fix previous commit, "data" disappeared...
parent
f0b25d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/debug.c
View file @
a2039052
...
...
@@ -167,6 +167,7 @@ void lutil_log_int(
#ifdef HAVE_VSYSLOG
vsyslog
(
debug2syslog
(
level
),
fmt
,
vl
);
#else
char
data
[
4096
];
vsnprintf
(
data
,
sizeof
(
data
),
fmt
,
vl
);
syslog
(
debug2syslog
(
level
),
data
);
#endif
...
...
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