diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -749,7 +749,7 @@ char *realname; /* real name of host */ char *ap, *ctt, options[MSGBUFSIZE]; /* build a connection to the SMTP listener */ - if (!ctl->mda && (smtp_open(ctl) == -1)) + if ((smtp_open(ctl) == -1)) { free_str_list(&xmit_names); error(0, -1, "SMTP connect to %s failed", |