summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-11-05 18:26:18 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-11-05 18:26:18 +0000
commit7aea90739de0e2808109321c6733451e8cb5cfcb (patch)
treecab9bae2d112583f58c85ee411ba1cacf402c608
parentd070b1356df7e5fea393f5f527fad9c00a0424e9 (diff)
Fix mis-merge
Broken-by ee8b809061
-rw-r--r--src/src/transports/smtp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 576b7c546..7eb6abaeb 100644
--- a/src/src/transports/smtp.c
+++ b/src/src/transports/smtp.c
@@ -3449,9 +3449,7 @@ sx.conn_args.interface = interface;
sx.helo_data = NULL;
sx.conn_args.tblock = tblock;
sx.verify = FALSE;
-#ifdef EXPERIMENTAL_PIPE_CONNECT
sx.sync_addr = sx.first_addr = addrlist;
-#endif
/* Get the channel set up ready for a message (MAIL FROM being the next
SMTP command to send */