From 3dedb38d2fba7761bb59373ae1b7b8d9a69727de Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Fri, 18 Sep 2015 11:14:54 +0000 Subject: [PATCH] [NTOS:CM] - Actually use the allocated security descriptor in CmpCreateRegistryRoot svn path=/trunk/; revision=69266 --- reactos/ntoskrnl/config/cmsysini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/config/cmsysini.c b/reactos/ntoskrnl/config/cmsysini.c index 41120d9c1a0..b1658b24579 100644 --- a/reactos/ntoskrnl/config/cmsysini.c +++ b/reactos/ntoskrnl/config/cmsysini.c @@ -1114,7 +1114,7 @@ CmpCreateRegistryRoot(VOID) &KeyName, OBJ_CASE_INSENSITIVE, NULL, - NULL); + SecurityDescriptor); Status = ObCreateObject(KernelMode, CmpKeyObjectType, &ObjectAttributes, -- 2.17.1