]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix code which was clobbering people's -P arguments in PSCP (moved it to
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 7 Oct 2002 16:52:55 +0000 (16:52 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 7 Oct 2002 16:52:55 +0000 (16:52 +0000)
commit389c62fed4498f1b8c8194a962c563526b80c3de
tree477e9558aabb9fe63224f190e80fb9b864a407f0
parent64c52b0d307ac9bf9e386e14e2801068dc3d0f25
Fix code which was clobbering people's -P arguments in PSCP (moved it to
before the deferred command line processing).
Also removed a couple of unused variables.

[originally from svn r1994]
scp.c