]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Adjust the semantics of cfg.remote_cmd_ptr: it is now NULL when
authorSimon Tatham <anakin@pobox.com>
Thu, 17 Feb 2005 19:31:32 +0000 (19:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 17 Feb 2005 19:31:32 +0000 (19:31 +0000)
commite91cd9d45bbe6f743b48ca6d777049ebcb6cff1d
treef8b5f857e2682ba6cf7d39047b53db10ec02a780
parentbdd19d3aaedec4fe9218c903b1b5a9816038de2c
Adjust the semantics of cfg.remote_cmd_ptr: it is now NULL when
cfg.remote_cmd is to be used, rather than actually pointing at
cfg.remote_cmd. This change restores the ability to structure-copy
Configs without breaking them. (Though of course this is only a
temporary solution: really what wants doing is to fix
`config-struct'.)

git-svn-id: http://svn.tartarus.org/sgt/putty@5335 cda61777-01e9-0310-a592-d414129be87e
config.c
settings.c
ssh.c