aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 7381b799..1f54b2f8 100644
--- a/sink.c
+++ b/sink.c
@@ -442,7 +442,7 @@ static int handle_smtp_report(struct query *ctl, struct msgblk *msg)
if (smtperr >= 400)
report(stderr, _("%cMTP error: %s\n"),
ctl->listener,
- smtp_response);
+ responses[0]);
switch (smtperr)
{