mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Remove hack
svn path=/trunk/; revision=31181
This commit is contained in:
parent
c44ef93398
commit
f65c950373
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ NtLoadKeyEx(IN POBJECT_ATTRIBUTES TargetKey,
|
|||
{
|
||||
/* Fail */
|
||||
DPRINT1("Restore Privilege missing!\n");
|
||||
//return STATUS_PRIVILEGE_NOT_HELD;
|
||||
return STATUS_PRIVILEGE_NOT_HELD;
|
||||
}
|
||||
|
||||
/* Block APCs */
|
||||
|
|
Loading…
Reference in a new issue