]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Switch round a bogus if statement I've just noticed. Both the write to
authorSimon Tatham <anakin@pobox.com>
Tue, 18 Dec 2012 09:19:04 +0000 (09:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 18 Dec 2012 09:19:04 +0000 (09:19 +0000)
commit9a7dd918da75fc0d80aa17c447b2728ba8d1173f
tree65ad8f96ca133d42dd79e627774a3e561d6355f1
parent7c22b1d755314257d3bc9d383982c1b35b342973
Switch round a bogus if statement I've just noticed. Both the write to
pty_utmp_helper_pipe _and_ the close of it if we're not going to write
should be conditionalised on the pipe existing, rather than just the
former!

[originally from svn r9729]
unix/uxpty.c