]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove the half-hearted attempt to make the utmp helper process drop
authorSimon Tatham <anakin@pobox.com>
Sun, 24 Feb 2013 19:28:13 +0000 (19:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 24 Feb 2013 19:28:13 +0000 (19:28 +0000)
commita9eb51b7d42c6733b07e4cbaebc0112073e63b4a
treecb512b1912499d2d2c2eddcbd89f7c14de0e2e88
parent74bc2635ad8bd813fabb08ea9fb6a510a45c3a85
Remove the half-hearted attempt to make the utmp helper process drop
privileges just before dying of a fatal signal. I'm not sure what I
intended it for in the first place; it certainly isn't doing its job
properly (no setgid), it's causing compiler warnings due to not
checking the setuid return code, and we can't think of any useful
purpose for it.

[originally from svn r9766]
unix/uxpty.c