mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10092 logging: fix EOL when logfile-format is explicitly set
This commit is contained in:
parent
69a4a03a2e
commit
595d177473
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ slap_debug_print( const char *data )
|
|||
iov[0].iov_base = syslog_prefix;
|
||||
iov[0].iov_len = splen;
|
||||
#endif
|
||||
} else {
|
||||
ptr += poffset; /* only nonzero if logfile-format was explicitly set */
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Reference in a new issue