no need to checkfd012() in dropenvelope -- that's a legit failure mode
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 24 Dec 1993 21:25:46 +0000 (13:25 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 24 Dec 1993 21:25:46 +0000 (13:25 -0800)
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.26

usr/src/usr.sbin/sendmail/src/envelope.c

index 307e698..cee543b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)envelope.c 8.25 (Berkeley) %G%";
+static char sccsid[] = "@(#)envelope.c 8.26 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -92,10 +92,6 @@ dropenvelope(e)
                }
        }
 
                }
        }
 
-#ifdef XDEBUG
-       checkfd012("dropenvelope 1");
-#endif
-
        /* we must have an id to remove disk files */
        if (id == NULL)
                return;
        /* we must have an id to remove disk files */
        if (id == NULL)
                return;
@@ -205,10 +201,6 @@ dropenvelope(e)
        if (saveit && e->e_errormode != EM_QUIET)
                savemail(e);
 
        if (saveit && e->e_errormode != EM_QUIET)
                savemail(e);
 
-#ifdef XDEBUG
-       checkfd012("dropenvelope 2");
-#endif
-
        /*
        **  Arrange to send warning messages to postmaster as requested.
        */
        /*
        **  Arrange to send warning messages to postmaster as requested.
        */
@@ -249,10 +241,6 @@ dropenvelope(e)
 #endif /* QUEUE */
        }
 
 #endif /* QUEUE */
        }
 
-#ifdef XDEBUG
-       checkfd012("dropenvelope 3");
-#endif
-
        /* now unlock the job */
        closexscript(e);
        unlockqueue(e);
        /* now unlock the job */
        closexscript(e);
        unlockqueue(e);
@@ -262,9 +250,6 @@ dropenvelope(e)
                (void) xfclose(e->e_dfp, "dropenvelope", e->e_df);
        e->e_dfp = NULL;
        e->e_id = e->e_df = NULL;
                (void) xfclose(e->e_dfp, "dropenvelope", e->e_df);
        e->e_dfp = NULL;
        e->e_id = e->e_df = NULL;
-#ifdef XDEBUG
-       checkfd012("dropenvelope 4");
-#endif
 }
 \f/*
 **  CLEARENVELOPE -- clear an envelope without unlocking
 }
 \f/*
 **  CLEARENVELOPE -- clear an envelope without unlocking