mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
SeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIVILEGE now
svn path=/trunk/; revision=37955
This commit is contained in:
parent
cb7b9ef083
commit
185cda7129
1 changed files with 1 additions and 2 deletions
|
@ -1424,7 +1424,6 @@ LookupPrivilegeValueW(LPCWSTR SystemName,
|
|||
L"SeAssignPrimaryTokenPrivilege",
|
||||
L"SeLockMemoryPrivilege",
|
||||
L"SeIncreaseQuotaPrivilege",
|
||||
L"SeUnsolicitedInputPrivilege",
|
||||
L"SeMachineAccountPrivilege",
|
||||
L"SeTcbPrivilege",
|
||||
L"SeSecurityPrivilege",
|
||||
|
@ -1464,7 +1463,7 @@ LookupPrivilegeValueW(LPCWSTR SystemName,
|
|||
{
|
||||
if (0 == wcsicmp(PrivName, DefaultPrivNames[Priv]))
|
||||
{
|
||||
Luid->LowPart = Priv + 1;
|
||||
Luid->LowPart = Priv + 2;
|
||||
Luid->HighPart = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue