mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
return the result in NtPrivilegeCheck
svn path=/trunk/; revision=20988
This commit is contained in:
parent
ab30f7f06a
commit
f501786607
1 changed files with 2 additions and 1 deletions
|
@ -393,7 +393,8 @@ NtPrivilegeCheck (IN HANDLE ClientToken,
|
|||
{
|
||||
RtlCopyMemory(RequiredPrivileges->Privilege,
|
||||
Privileges,
|
||||
PrivilegeCount * sizeof(LUID_AND_ATTRIBUTES));;
|
||||
PrivilegeCount * sizeof(LUID_AND_ATTRIBUTES));
|
||||
*Result = CheckResult;
|
||||
Status = STATUS_SUCCESS;
|
||||
}
|
||||
_SEH_HANDLE
|
||||
|
|
Loading…
Reference in a new issue