Jordan Russell's patch (again): a couple of registry read operations
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 14:18:51 +0000 (14:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 14:18:51 +0000 (14:18 +0000)
commit5f2df4d2f5bcc2de91f10fc752968e63c7118d8c
tree6b6ba7a84c0cbd3e83d0f43698b2aec09c0dd85f
parent319bfe5a459b82240e57b11f38c9f7bf2b53b6da
Jordan Russell's patch (again): a couple of registry read operations
were using RegCreateKey instead of RegOpenKey by mistake. This also
required a fix in settings.c to deal gracefully with a NULL return
from enum_settings_start() - since the use of RCK had caused this
never to happen, the code path had never been tested.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1516 cda61777-01e9-0310-a592-d414129be87e
settings.c
winstore.c