mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[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:
parent
27d91ad7f2
commit
77decfe72f
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue