From: Todd C. Miller Date: Wed, 25 May 1994 03:07:59 +0000 (+0000) Subject: mail_argv is now a const X-Git-Tag: SUDO_1_3_1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbe2a6eafeefad40f7e728a8be02e566b753575c;p=sudo mail_argv is now a const --- diff --git a/logging.c b/logging.c index bb21ee0a7..72dfdcde2 100644 --- a/logging.c +++ b/logging.c @@ -345,7 +345,7 @@ void log_error(code) * */ -char *mail_argv[] = {"sendmail", +const char *mail_argv[] = {"sendmail", "-t", ALERTMAIL, (char *) NULL};