[NTOSKRNL]

- Do not fail in CmLoadKey, when a trust class key was passed. Instead just ignore it.

svn path=/trunk/; revision=62205
This commit is contained in:
Timo Kreuzer 2014-02-16 08:54:38 +00:00
parent 27d91ad7f2
commit 77decfe72f

View file

@ -1896,8 +1896,7 @@ CmLoadKey(IN POBJECT_ATTRIBUTES TargetKey,
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 */