CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/03 15:55:22
Modified files:
usr.sbin/syslogd: privsep.c syslogd.c syslogd.h
Log message:
Cleanup the reporting socket code in syslogd.
- Name variable path_ctlsock consistently.
- Name function ctlconn_logto() consistently.
- Replace the nested if/else logic in ctlconn_write_handler()
with if/return.
- Call ctlconn_cleanup() only if there is a control connection.
OK doug@
