diff options
Diffstat (limited to 'contrib/sendmail/src/mci.c')
-rw-r--r-- | contrib/sendmail/src/mci.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/sendmail/src/mci.c b/contrib/sendmail/src/mci.c index 802ab00..dd07449 100644 --- a/contrib/sendmail/src/mci.c +++ b/contrib/sendmail/src/mci.c @@ -9,11 +9,12 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * + * $FreeBSD$ */ #include <sendmail.h> -SM_RCSID("@(#)$Id: mci.c,v 8.217 2006/04/18 01:27:36 ca Exp $") +SM_RCSID("@(#)$Id: mci.c,v 8.216 2005/07/12 22:27:44 ca Exp $") #if NETINET || NETINET6 # include <arpa/inet.h> @@ -922,17 +923,9 @@ mci_read_persistent(fp, mci) char buf[MAXLINE]; if (fp == NULL) - { syserr("mci_read_persistent: NULL fp"); - /* NOTREACHED */ - return -1; - } if (mci == NULL) - { syserr("mci_read_persistent: NULL mci"); - /* NOTREACHED */ - return -1; - } if (tTd(56, 93)) { sm_dprintf("mci_read_persistent: fp=%lx, mci=", |