aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 66a70024..a00a78f2 100644
--- a/driver.c
+++ b/driver.c
@@ -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",