[NTOS:CM]

- Actually use the allocated security descriptor in CmpCreateRegistryRoot

svn path=/trunk/; revision=69266
This commit is contained in:
Thomas Faber
2015-09-18 11:14:54 +00:00
parent 567c098f48
commit 3dedb38d2f
+1 -1
View File
@@ -1114,7 +1114,7 @@ CmpCreateRegistryRoot(VOID)
&KeyName,
OBJ_CASE_INSENSITIVE,
NULL,
NULL);
SecurityDescriptor);
Status = ObCreateObject(KernelMode,
CmpKeyObjectType,
&ObjectAttributes,