svn commit: r327808 - stable/11/usr.bin/mail

Xin LI delphij at FreeBSD.org
Thu Jan 11 07:06:24 UTC 2018


Author: delphij
Date: Thu Jan 11 07:06:22 2018
New Revision: 327808
URL: https://svnweb.freebsd.org/changeset/base/327808

Log:
  MFC r327235:
  
  Don't initialize lastlong before assigning it.

Modified:
  stable/11/usr.bin/mail/collect.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/mail/collect.c
==============================================================================
--- stable/11/usr.bin/mail/collect.c	Thu Jan 11 06:30:50 2018	(r327807)
+++ stable/11/usr.bin/mail/collect.c	Thu Jan 11 07:06:22 2018	(r327808)
@@ -131,7 +131,6 @@ collect(struct header *hp, int printheaders)
 		escape = ESCAPE;
 	eofcount = 0;
 	hadintr = 0;
-	lastlong = 0;
 	longline = 0;
 
 	if (!setjmp(colljmp)) {


More information about the svn-src-all mailing list