From dac63297542b13f041a90c88d87dd8c86561e907 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 May 1997 16:35:34 +0000 Subject: Simplify smtp_open calling logic. svn path=/trunk/; revision=1014 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3