ignore -t in -bd mode
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 02:46:38 +0000 (18:46 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 02:46:38 +0000 (18:46 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.123

usr/src/usr.sbin/sendmail/src/main.c

index 385efbb..f142636 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     8.122 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.123 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -777,6 +777,7 @@ main(argc, argv, envp)
          case MD_DAEMON:
                /* remove things that don't make sense in daemon mode */
                FullName = NULL;
          case MD_DAEMON:
                /* remove things that don't make sense in daemon mode */
                FullName = NULL;
+               GrabTo = FALSE;
 
                /* arrange to restart on hangup signal */
                setsignal(SIGHUP, sighup);
 
                /* arrange to restart on hangup signal */
                setsignal(SIGHUP, sighup);