CVSROOT: /cvs Module name: src Changes by: su...@cvs.openbsd.org 2016/02/09 04:50:49
Modified files: usr.sbin/smtpd : mproc.c Log message: r1.16 accidentally masked retries on EAGAIN introduced in r1.15. Fix and simplify imsg_read() return value checking into a single if..else block. Ok gilles@ jung@