Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Sat, 29 Dec 2001 14:18:51 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/12/29 14:18:51

Modified files:
	.              : settings.c winstore.c 

Log message:
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.