mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Fix previous commit, "data" disappeared...
This commit is contained in:
parent
f0b25d7b2c
commit
a20390528d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue