Remove the half-hearted attempt to make the utmp helper process drop
[sgt/putty] / unix / uxpty.c
index 2bfb85b..7ea7131 100644 (file)
@@ -270,7 +270,6 @@ static void fatal_sig_handler(int signum)
 {
     putty_signal(signum, SIG_DFL);
     cleanup_utmp();
-    setuid(getuid());
     raise(signum);
 }
 #endif