aboutsummaryrefslogtreecommitdiffstats
path: root/main/opensmtpd/6.6.1p1-mail.lmtp.patch
blob: 3eb19be4a631c315dde7e3ef71f5e5e5f9912c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/smtpd/mail.lmtp.c b/smtpd/mail.lmtp.c
index f24549ad..e3487963 100644
--- a/smtpd/mail.lmtp.c
+++ b/smtpd/mail.lmtp.c
@@ -217,7 +217,6 @@ lmtp_engine(FILE *conn, struct session *session)
 	enum phase phase = PHASE_BANNER;
 
 	do {
-		fflush(conn);
 		if ((linelen = getline(&line, &linesize, conn)) == -1) {
 			if (ferror(conn))
 				err(EX_TEMPFAIL, "getline");