Jacob points out that I introduced a bug in PSFTP when I did the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 19:15:38 +0000 (19:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 19:15:38 +0000 (19:15 +0000)
commit65857773290a7bacd6f5d84ab51a9c1228e61e99
treeea5ffea36bd385bd58c2f7a55ebf2fc902c5859c
parent3394416cef1cce33c820cc00cbec2fc050bf189b
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@4993 cda61777-01e9-0310-a592-d414129be87e
psftp.c
psftp.h
unix/uxsftp.c
windows/winsftp.c