aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-05-17 16:35:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-05-17 16:35:34 +0000
commitdac63297542b13f041a90c88d87dd8c86561e907 (patch)
tree5ea7b597a87bfb785eccbf01d2584d94a373184f
parent7b92c0bfb8b7fb83b23ab322ffffc9948c18fba1 (diff)
downloadfetchmail-dac63297542b13f041a90c88d87dd8c86561e907.tar.gz
fetchmail-dac63297542b13f041a90c88d87dd8c86561e907.tar.bz2
fetchmail-dac63297542b13f041a90c88d87dd8c86561e907.zip
Simplify smtp_open calling logic.
svn path=/trunk/; revision=1014
-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",