Remove the half-hearted attempt to make the utmp helper process drop
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Feb 2013 19:28:13 +0000 (19:28 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Feb 2013 19:28:13 +0000 (19:28 +0000)
commitbaf723ea141d95eec7a1c4d3baf141c9ec223843
treecb512b1912499d2d2c2eddcbd89f7c14de0e2e88
parent04b4cc614d1778b6e9ccfd490ed4e7ff7e2baf8a
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9766 cda61777-01e9-0310-a592-d414129be87e
unix/uxpty.c