From b6aec1fc92db94da1b759d4facad0a16e2a745c7 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 10 Jun 1995 18:46:38 -0800 Subject: [PATCH] ignore -t in -bd mode SCCS-vsn: usr.sbin/sendmail/src/main.c 8.123 --- usr/src/usr.sbin/sendmail/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/main.c b/usr/src/usr.sbin/sendmail/src/main.c index 385efbbac2..f142636e4f 100644 --- a/usr/src/usr.sbin/sendmail/src/main.c +++ b/usr/src/usr.sbin/sendmail/src/main.c @@ -13,7 +13,7 @@ static char copyright[] = #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 @@ -777,6 +777,7 @@ main(argc, argv, envp) 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); -- 2.20.1