CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/27 01:32:03
Modified files:
usr.sbin/smtpd : control.c smtpd.c
Log message:
Avoid passing NULL to vprintf() by assigning a name to client processes. While
here rework the switch proc_title(), both clang and gcc will now warn if all
possible values are not enumerated.
ok gilles@
