Author: gshapiro
Date: Thu Feb 21 22:38:39 2013
New Revision: 247141
URL: http://svnweb.freebsd.org/changeset/base/247141

Log:
  MFC: Merge sendmail 8.14.6 errata issue

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

Modified: stable/9/contrib/sendmail/src/milter.c
==============================================================================
--- stable/9/contrib/sendmail/src/milter.c      Thu Feb 21 22:21:45 2013        
(r247140)
+++ stable/9/contrib/sendmail/src/milter.c      Thu Feb 21 22:38:39 2013        
(r247141)
@@ -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;
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to