]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Unix PSCP was tight-looping when connecting through a ProxyCommand.
authorSimon Tatham <anakin@pobox.com>
Fri, 10 Dec 2004 11:41:14 +0000 (11:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 10 Dec 2004 11:41:14 +0000 (11:41 +0000)
commit6ef62aacfc5108355532ce82dc8eae7b7dc70e39
treed99abf6771d5239bb514b5e19625a722dcd925de
parente711121152bb70d01bf921709b172fb492f72b03
Unix PSCP was tight-looping when connecting through a ProxyCommand.
Turned out that sk_localproxy_close() was closing the pipe fds
without removing them from the uxsel list.

[originally from svn r4965]
unix/uxproxy.c