mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Replace hardcoded values by known constants.
svn path=/trunk/; revision=13308
This commit is contained in:
parent
4556d3a778
commit
49cd29484d
1 changed files with 3 additions and 3 deletions
|
@ -252,10 +252,10 @@ NtPrivilegeCheck (IN HANDLE ClientToken,
|
|||
Privilege = 0;
|
||||
Status = SeCaptureLuidAndAttributesArray (RequiredPrivileges->Privilege,
|
||||
PrivilegeCount,
|
||||
1,
|
||||
UserMode,
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
PagedPool,
|
||||
1,
|
||||
&Privilege,
|
||||
&Length);
|
||||
|
|
Loading…
Reference in a new issue