From cfdc45ea626800f855ca4675ac2c08e5990b2cb1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 28 Mar 2012 08:18:26 -0400 Subject: [PATCH] No need to preserve ODMDIR on AIX now that we always read /etc/environment. --- plugins/sudoers/env.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/sudoers/env.c b/plugins/sudoers/env.c index b2a195908..1f86c2adb 100644 --- a/plugins/sudoers/env.c +++ b/plugins/sudoers/env.c @@ -198,9 +198,6 @@ static const char *initial_keepenv_table[] = { "TZ", "XAUTHORITY", "XAUTHORIZATION", -#ifdef _AIX - "ODMDIR", -#endif NULL }; -- 2.40.0