mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 17:44:26 +08:00
SeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIVILEGE now
svn path=/trunk/; revision=37955
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user