]> granicus.if.org Git - sudo/commitdiff
mail_argv should not contain ALERTMAIL as it includes "-t"
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 28 Feb 1996 01:41:44 +0000 (01:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 28 Feb 1996 01:41:44 +0000 (01:41 +0000)
logging.c

index 247bb128a6131a1dd823a22abdfcd196a44c8929..87d056eaa3aaa84abd88e2084b2f211a8bcadb7a 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -441,10 +441,7 @@ void log_error(code)
  *
  */
 
-static char *mail_argv[] = { "sendmail",
-                            "-t",
-                            ALERTMAIL,
-                            (char *) NULL };
+static char *mail_argv[] = { "sendmail", "-t", (char *) NULL };
 
 static void send_mail()
 {