mirror of
https://github.com/reactos/reactos.git
synced 2025-05-10 12:23:25 +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)
|
if (KeyBody)
|
||||||
{
|
{
|
||||||
/* Fail */
|
/* Fail */
|
||||||
DPRINT1("Trusted classes not yet supported\n");
|
DPRINT("Trusted classes not yet supported\n");
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Build a service QoS for a security context */
|
/* Build a service QoS for a security context */
|
||||||
|
|
Loading…
Reference in a new issue