svn commit: r247143 - stable/7/contrib/sendmail/src

Gregory Neil Shapiro gshapiro at FreeBSD.org
Thu Feb 21 22:48:26 UTC 2013


Author: gshapiro
Date: Thu Feb 21 22:48:25 2013
New Revision: 247143
URL: http://svnweb.freebsd.org/changeset/base/247143

Log:
  MFC: Merge sendmail 8.14.6 errata issue

Modified:
  stable/7/contrib/sendmail/src/milter.c
Directory Properties:
  stable/7/contrib/sendmail/   (props changed)

Modified: stable/7/contrib/sendmail/src/milter.c
==============================================================================
--- stable/7/contrib/sendmail/src/milter.c	Thu Feb 21 22:46:26 2013	(r247142)
+++ stable/7/contrib/sendmail/src/milter.c	Thu Feb 21 22:48:25 2013	(r247143)
@@ -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;
 }


More information about the svn-src-all mailing list