Block SIGPIPE in Unix plink. In a port-forwarding run we may have lots
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Dec 2011 19:15:52 +0000 (19:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Dec 2011 19:15:52 +0000 (19:15 +0000)
commit1f39cbd06644899904fdb4b125c9d6e989790a9f
tree7af4b31b0ae064aa578eb1970584f32fac651281
parentc69784c016672f18d546875689652c4b54431bad
Block SIGPIPE in Unix plink. In a port-forwarding run we may have lots
of local sockets and pipes all open at once, and if one of them is
uncleanly closed from the remote end we don't want the whole
application to die - we want to close that socket's SSH channel and
continue with the rest of the run.

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