Fix logging of drop-after-EHLO-reject.
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 31 Jan 2017 01:22:17 +0000 (01:22 +0000)
committerPhil Pennock <pdp@exim.org>
Thu, 2 Feb 2017 23:23:47 +0000 (18:23 -0500)
commitfcc49dcf3e1c6b66876f3fd03b5a717816145358
tree9bc22962e67125cc91d673d329edaf24888e394f
parentbf54eb2deeec9a0c362a9559b43a62434a3fc2a5
Fix logging of drop-after-EHLO-reject.

An unset variable went wrong with clang, was fortuitously right with gcc.

(cherry picked from commit de6273b487f1b5599894b09c1c8793ac22fb6cc8)
Signed-off-by: Phil Pennock <pdp@exim.org>
src/src/smtp_out.c
src/src/transports/smtp.c