smtp: Moved the per-request variables to the per-request data structure
authorSteve Holme <steve_holme@hotmail.com>
Sat, 23 Feb 2013 19:39:22 +0000 (19:39 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 23 Feb 2013 19:39:22 +0000 (19:39 +0000)
commit8a468ef2225d77e195459e44a14d391a651ed5ae
treec36b578e266a2813281180c18f954069f8a97be8
parented7d438a124a2504f07e19379cc90c45b530a8ea
smtp: Moved the per-request variables to the per-request data structure

Moved the rcpt variable from the per-connection struct smtp_conn to the
new per-request struct and fixed references accordingly.
lib/smtp.c
lib/smtp.h