CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/01 09:47:15
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty.
This fixes a long-standing issue where syslogd would print 15 NUL
bytes followed by two blank spaces before the log message for
warnings generated while parsing syslog.conf. OK bluhm@
