CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/26 04:59:59
Modified files:
usr.sbin/smtpd : bounce.c client.c client.h enqueue.c mta.c
smtpd.h
Log message:
have the client API receive a stdio stream rather than a fd to the message
fd. this shifts responsibility for the fclose to the caller, prevents a
memory leak and makes everyone happy.
diff by Jared Yanovich, thanks !
