]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
In the special case that handles selecting a session and hitting Enter,
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 25 Apr 2004 15:33:10 +0000 (15:33 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 25 Apr 2004 15:33:10 +0000 (15:33 +0000)
commit6d563fce5010eda4b3d09368642f896a6b86fd8c
treec2fd81cb49fe776ce16cde33ae84b328115992f2
parent1e13fdc5729a9af6c19f72485b85eb2c129a3258
In the special case that handles selecting a session and hitting Enter,
there is a structure copy of a Config, which invalidated the remote_cmd_ptr
in that structure (pointing to its own remote_cmd).
This was causing remote commands not to be executed in this special case.
I've patched the pointer up manually (as is done in plink.c), but ugh.

[originally from svn r4140]
config.c