summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/collect.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2006-06-14 16:23:02 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2006-06-14 16:23:02 +0000
commitaf9557fdd1de47bcfff61cccba2930e93ec4e69b (patch)
tree6f072dad611b3ce7872008bf9d66b23a34c28039 /contrib/sendmail/src/collect.c
parent4e4196cb7454f47341efebe4e0a17f1b8cd534c7 (diff)
Diffstat (limited to 'contrib/sendmail/src/collect.c')
-rw-r--r--contrib/sendmail/src/collect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/src/collect.c b/contrib/sendmail/src/collect.c
index 0bfe3f2d48a8..534ce9c2e476 100644
--- a/contrib/sendmail/src/collect.c
+++ b/contrib/sendmail/src/collect.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: collect.c,v 8.272 2006/03/02 19:09:26 ca Exp $")
+SM_RCSID("@(#)$Id: collect.c,v 8.273 2006/03/31 18:51:47 ca Exp $")
static void eatfrom __P((char *volatile, ENVELOPE *));
static void collect_doheader __P((ENVELOPE *));
@@ -857,6 +857,8 @@ readerr:
q->q_state = QS_FATALERR;
}
+ (void) sm_io_close(df, SM_TIME_DEFAULT);
+ df = NULL;
finis(true, true, ExitStat);
/* NOTREACHED */
}