2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

mail_argv should not contain ALERTMAIL as it includes "-t"

This commit is contained in:
Todd C. Miller
1996-02-28 01:41:44 +00:00
parent 77684bd09c
commit 98a6190b15

View File

@@ -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()
{