Adjust the semantics of cfg.remote_cmd_ptr: it is now NULL when
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Feb 2005 19:31:32 +0000 (19:31 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Feb 2005 19:31:32 +0000 (19:31 +0000)
commit04c52f109b8c4849d75c21898bdc63fdceea2a00
treef8b5f857e2682ba6cf7d39047b53db10ec02a780
parent4763c1c2d66bb323b2b94a342cc39abbf1b0b1cb
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: svn://svn.tartarus.org/sgt/putty@5335 cda61777-01e9-0310-a592-d414129be87e
config.c
settings.c
ssh.c