CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/22 06:28:10
Modified files:
usr.sbin/smtpd : showqueue.c
Log message:
Fix few cases where "smtpctl showqueue" could exit prematurely
if msg is delivered between readdir and opendir, or readdir and
fopen, etc. etc.
Be more unforgiving about errors other than ENOENT, and err()
if they happen, not just warn().
ok gilles@
