aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/err.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
commite92d3f3ffe83a6ed7eaafac70da9cf4fafe13243 (patch)
treef6477ae85b00ee6d58b086b0d1d597dd9a403391 /contrib/sendmail/src/err.c
parent323f6dcb88194c5561fc9e314d5b98539ab3fe5a (diff)
downloadsrc-e92d3f3ffe83a6ed7eaafac70da9cf4fafe13243.tar.gz
src-e92d3f3ffe83a6ed7eaafac70da9cf4fafe13243.zip
Notes
Diffstat (limited to 'contrib/sendmail/src/err.c')
-rw-r--r--contrib/sendmail/src/err.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/src/err.c b/contrib/sendmail/src/err.c
index 484af9e85ddd..5a0b5b1dfbaf 100644
--- a/contrib/sendmail/src/err.c
+++ b/contrib/sendmail/src/err.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $")
+SM_RCSID("@(#)$Id: err.c,v 8.191 2003/01/10 02:16:46 ca Exp $")
#if LDAPMAP
# include <lber.h>
@@ -238,7 +238,7 @@ syserr(fmt, va_alist)
case ESTALE:
#endif /* ESTALE */
printopenfds(true);
- mci_dump_all(true);
+ mci_dump_all(smioout, true);
break;
}
if (panic)