From: Todd C. Miller Date: Mon, 18 Jun 2007 21:21:30 +0000 (+0000) Subject: Don't need to populate keepenv table with the contents of the checkenv table. X-Git-Tag: SUDO_1_7_0~548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=549c88d51337b99af7f8f17ecf423a0bdb94506d;p=sudo Don't need to populate keepenv table with the contents of the checkenv table. --- diff --git a/env.c b/env.c index f04a9bbfa..885d0054e 100644 --- a/env.c +++ b/env.c @@ -181,14 +181,9 @@ static const char *initial_checkenv_table[] = { * Default table of variables to preserve in the environment. */ static const char *initial_keepenv_table[] = { - "LC_*", - "LANG", - "LANGUAGE", "KRB5CCNAME", "DISPLAY", "PATH", - "TERM", - "COLORTERM", "TZ", NULL };