]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit0598df92173fece3b32cdf7bd857556454b741bd
treef8b5f857e2682ba6cf7d39047b53db10ec02a780
parentfceaa2e4a738c7dc7074608a2ee7f35d17d44699
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'.)

[originally from svn r5335]
config.c
settings.c
ssh.c