From: David Levine Date: Mon, 21 Dec 2009 17:18:04 +0000 (+0000) Subject: * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of X-Git-Tag: PRE_POSIX_CONVERSION~8 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=5658c6c561ca13aae18a68f178457245176526fc;hp=5658c6c561ca13aae18a68f178457245176526fc * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of sasl_inbuffer because it could be used in sm_fget (). Also, removed allocation of sasl_inbuffer because that was done in either smtp_init () or sendmail_init (). ---