]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Patch from Tim Kosse: check back->exitcode() in both loops on
authorSimon Tatham <anakin@pobox.com>
Sun, 6 Jul 2008 12:24:56 +0000 (12:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 6 Jul 2008 12:24:56 +0000 (12:24 +0000)
commite01df1da9f41aa7554e99708c117241c59fcef3d
treeeddadb85cf97917cdc22a5c0374d597cc39f7c28
parent7edbe42d12677420f3c845929259d7689e945d62
Patch from Tim Kosse: check back->exitcode() in both loops on
ssh_sftp_loop_iteration(), not just one. Fixes exiting on a negative
response to the host key confirmation prompt on Windows (because
winsftp.c doesn't have the equivalent of uxsftp.c's no_fds_ok); on
Unix it worked already but gave a suboptimal error message, which is
fixed too by this patch.

[originally from svn r8110]
psftp.c