CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/02 06:42:42
Modified files:
usr.sbin/smtpd : client.c client.h
Log message:
Factor out parts of client_read() into client_socket_read() and
client_get_reply(), downsizing it from 170+ to just over 30 lines.
The gotos are now gone, too.
