now removed _RLD_* for alphas
This commit is contained in:
2
sudo.c
2
sudo.c
@@ -292,7 +292,7 @@ void clean_envp(envp)
|
||||
if (strncmp("LD_", *envp, 3) && strncmp("SHLIB_PATH", *envp, 10))
|
||||
#else
|
||||
#ifdef __alpha
|
||||
if (strncmp("LD_", *envp, 3) && strncmp("_RLD_ROOT", *envp, 9))
|
||||
if (strncmp("LD_", *envp, 3) && strncmp("_RLD_", *envp, 5))
|
||||
#else
|
||||
if (strncmp("LD_", *envp, 3))
|
||||
#endif /* __alpha */
|
||||
|
Reference in New Issue
Block a user