Subkeys names should be case insensitive.

Fixes the 'make install' problem, where shell was not starting at third boot

svn path=/trunk/; revision=24236
This commit is contained in:
Hervé Poussineau 2006-09-23 16:01:02 +00:00
parent 52b43f7ae9
commit edeb548dd1

View file

@ -153,7 +153,7 @@ RegpOpenOrCreateKey(
ParentKey->RegistryHive,
ParentKey->KeyCell,
&KeyString,
0,
OBJ_CASE_INSENSITIVE,
&SubKeyCell,
&BlockOffset);
if (AllowCreation && Status == STATUS_OBJECT_NAME_NOT_FOUND)