CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 16:38:49
Modified files:
usr.sbin/smtpd : mta.c
Log message:
now that mta uses a struct session, it can also use session_respond() just
as smtp_session.c does, so move all of the evbuffer_add_printf() calls out
of the way and replace them with session_respond() call.
