mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user