2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

No need to preserve ODMDIR on AIX now that we always read

/etc/environment.
This commit is contained in:
Todd C. Miller 2012-03-28 08:18:26 -04:00
parent caf01d98c4
commit cfdc45ea62

View File

@ -198,9 +198,6 @@ static const char *initial_keepenv_table[] = {
"TZ", "TZ",
"XAUTHORITY", "XAUTHORITY",
"XAUTHORIZATION", "XAUTHORIZATION",
#ifdef _AIX
"ODMDIR",
#endif
NULL NULL
}; };