summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2013-02-18 19:33:07 +0000
committergshapiro <gshapiro@FreeBSD.org>2013-02-18 19:33:07 +0000
commit12b6f6bd9d2443f6676e66421f2709f43f23c72a (patch)
tree296d5f9bb43e8edb3282a95046730ad87ca6c2af /contrib/sendmail
parent3d5fb5a4589520eac63917b8b8720afc586ec7d5 (diff)
downloadFreeBSD-src-12b6f6bd9d2443f6676e66421f2709f43f23c72a.zip
FreeBSD-src-12b6f6bd9d2443f6676e66421f2709f43f23c72a.tar.gz
Merge sendmail 8.14.6 errata issue
MFC after: 3 days
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/src/milter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/src/milter.c b/contrib/sendmail/src/milter.c
index 9774a91..a403a16 100644
--- a/contrib/sendmail/src/milter.c
+++ b/contrib/sendmail/src/milter.c
@@ -4048,7 +4048,7 @@ milter_helo(helo, e, state)
}
response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
- SMFIM_EOH, e, state, "helo", false);
+ SMFIM_HELO, e, state, "helo", false);
milter_per_connection_check(e);
return response;
}
OpenPOWER on IntegriCloud