]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxsftp.c
Jacob points out that I introduced a bug in PSFTP when I did the
authorSimon Tatham <anakin@pobox.com>
Thu, 16 Dec 2004 19:15:38 +0000 (19:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 16 Dec 2004 19:15:38 +0000 (19:15 +0000)
commitf1585f8f46fda41bb7707e507760d48e963c24b9
treeea5ffea36bd385bd58c2f7a55ebf2fc902c5859c
parent69303f2d3e815470863808456be37f55947c9522
Jacob points out that I introduced a bug in PSFTP when I did the
timing shakeup: just running `psftp' caused the net/stdin select
loop (on both Unix and Windows) to get confused at the lack of any
network connection and give up immediately. Should now be fixed.

[originally from svn r4993]
psftp.c
psftp.h
unix/uxsftp.c
windows/winsftp.c