ITS#10092 logging: fix EOL when logfile-format is explicitly set

This commit is contained in:
Howard Chu 2023-12-08 03:25:22 +00:00
parent 69a4a03a2e
commit 595d177473

View file

@ -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