Tartarus CVS: putty: jacob
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 25 Apr 2004 16:33:13 +0100
CVS Root: /usr/data/cvs
Module: putty
Changes by: jacob
Date: Sun Apr 25 2004 16:33:13 BST
Log message:
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.
Modified files:
. : config.c
Links:
http://cvs.tartarus.org//putty/config.c.diff?r1=1.31&r2=1.32