CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/01/21 12:50:30
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
in session_error(), do not call session_destroy() when the F_WRITEONLY
session flag is set, set F_QUIT instead.
fixes a "corrupted session" fatalx() that triggers when a client
disconnects after sending the end of message '.' but without waiting
for server to acknowledge.
reported by Roman Kravchuk <[email protected]> a while ago, could not
reproduce until today.