[NTOS:CM]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 18 Sep 2015 11:14:54 +0000 (11:14 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 18 Sep 2015 11:14:54 +0000 (11:14 +0000)
- Actually use the allocated security descriptor in CmpCreateRegistryRoot

svn path=/trunk/; revision=69266

reactos/ntoskrnl/config/cmsysini.c

index 41120d9..b1658b2 100644 (file)
@@ -1114,7 +1114,7 @@ CmpCreateRegistryRoot(VOID)
                                &KeyName,
                                OBJ_CASE_INSENSITIVE,
                                NULL,
-                               NULL);
+                               SecurityDescriptor);
     Status = ObCreateObject(KernelMode,
                             CmpKeyObjectType,
                             &ObjectAttributes,