]> granicus.if.org Git - sudo/commitdiff
changed setenv() to sudo_setenv()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Sep 1994 17:15:07 +0000 (17:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Sep 1994 17:15:07 +0000 (17:15 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index b9e3c10079dd4177bc8992fe2b4946a0787a2388..5a8b6696c127e46ded5e7506d81779ab405e09e9 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -413,7 +413,7 @@ static void clean_env(envp)
 #endif /* __alpha */
 
 #ifdef SECURE_PATH
-    setenv("PATH", SECURE_PATH);
+    sudo_setenv("PATH", SECURE_PATH);
 #endif /* SECURE_PATH */
 }