]> granicus.if.org Git - sudo/commitdiff
Reset the environment by default.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Feb 2005 03:51:27 +0000 (03:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Feb 2005 03:51:27 +0000 (03:51 +0000)
defaults.c

index 30e0eb78d3d1ae67f06310f3a5d253d63b23708d..f189dadc38388e9f557e43d419d64359f5d01472 100644 (file)
@@ -427,6 +427,7 @@ init_defaults()
 #ifdef ENV_EDITOR
     def_env_editor = TRUE;
 #endif
+    def_env_reset = TRUE;
     def_set_logname = TRUE;
     def_closefrom = STDERR_FILENO + 1;