summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2018-01-11 07:06:22 +0000
committerdelphij <delphij@FreeBSD.org>2018-01-11 07:06:22 +0000
commitc199c2123ed5ea952f3291505415061efcdb53da (patch)
treed7986922b3a2a6ea07acde22872c33ce2bdaa1e4 /usr.bin
parentaeda0fca585612be40456c1add8a9d111c394222 (diff)
downloadFreeBSD-src-c199c2123ed5ea952f3291505415061efcdb53da.zip
FreeBSD-src-c199c2123ed5ea952f3291505415061efcdb53da.tar.gz
MFC r327235:
Don't initialize lastlong before assigning it.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mail/collect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c
index ff55e07..a70c156 100644
--- a/usr.bin/mail/collect.c
+++ b/usr.bin/mail/collect.c
@@ -131,7 +131,6 @@ collect(struct header *hp, int printheaders)
escape = ESCAPE;
eofcount = 0;
hadintr = 0;
- lastlong = 0;
longline = 0;
if (!setjmp(colljmp)) {
OpenPOWER on IntegriCloud