[NTOSKRNL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 16 Feb 2014 08:54:38 +0000 (08:54 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 16 Feb 2014 08:54:38 +0000 (08:54 +0000)
- Do not fail in CmLoadKey, when a trust class key was passed. Instead just ignore it.

svn path=/trunk/; revision=62205

reactos/ntoskrnl/config/cmapi.c

index d40581c..c9f5cb3 100644 (file)
@@ -1896,8 +1896,7 @@ CmLoadKey(IN POBJECT_ATTRIBUTES TargetKey,
     if (KeyBody)
     {
         /* Fail */
     if (KeyBody)
     {
         /* Fail */
-        DPRINT1("Trusted classes not yet supported\n");
-        return STATUS_NOT_IMPLEMENTED;
+        DPRINT("Trusted classes not yet supported\n");
     }
 
     /* Build a service QoS for a security context */
     }
 
     /* Build a service QoS for a security context */