conf_copy_into must empty the entire target conf before filling it
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Jul 2011 18:18:28 +0000 (18:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Jul 2011 18:18:28 +0000 (18:18 +0000)
commitcfce7239bb87f74d38c81f83ebd8e852144b5baa
tree6638f5bf1f8fa1a02ac47876d60ea0892fc62188
parentebe8092cc3f471e782af299699284e9142f11696
conf_copy_into must empty the entire target conf before filling it
with the entries from the source one, otherwise add234 will keep
failing ("this key already exists"). Completely broke Plink, ahem.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9218 cda61777-01e9-0310-a592-d414129be87e
conf.c