]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Jordan Russell's patch (again): a couple of registry read operations
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 14:18:51 +0000 (14:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 14:18:51 +0000 (14:18 +0000)
commitabca8505155ee2dda8f031112d0f708f9d82517d
tree6b6ba7a84c0cbd3e83d0f43698b2aec09c0dd85f
parenta5b76eab86ffb7682cd3bbb527b6d53f04e31af2
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: http://svn.tartarus.org/sgt/putty@1516 cda61777-01e9-0310-a592-d414129be87e
settings.c
winstore.c