CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/04 10:10:31
Modified files:
usr.sbin/smtpd : ca.c control.c lka.c pony.c queue.c scheduler.c
smtpd.c
Log message:
The smtpd processes are not expected to ever leave their event loop.
So stop pretending that the *_shutdown() functions could ever be called
in this context, and just fatal() if event_dispatch() returns.
ok gilles@ sunil@ giovanni@
