Merge sendmail 8.14.6 errata issue

MFC after:	3 days
This commit is contained in:
Gregory Neil Shapiro 2013-02-18 19:33:07 +00:00
commit 69b95e367f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246947

View File

@ -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;
}