Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 22:46:27 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r247142 - stable/8/contrib/sendmail/src
Message-ID:  <201302212246.r1LMkRkU003370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Thu Feb 21 22:46:26 2013
New Revision: 247142
URL: http://svnweb.freebsd.org/changeset/base/247142

Log:
  MFC: Merge sendmail 8.14.6 errata issue

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302212246.r1LMkRkU003370>