mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +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"SeAssignPrimaryTokenPrivilege",
|
||||||
L"SeLockMemoryPrivilege",
|
L"SeLockMemoryPrivilege",
|
||||||
L"SeIncreaseQuotaPrivilege",
|
L"SeIncreaseQuotaPrivilege",
|
||||||
L"SeUnsolicitedInputPrivilege",
|
|
||||||
L"SeMachineAccountPrivilege",
|
L"SeMachineAccountPrivilege",
|
||||||
L"SeTcbPrivilege",
|
L"SeTcbPrivilege",
|
||||||
L"SeSecurityPrivilege",
|
L"SeSecurityPrivilege",
|
||||||
|
@ -1464,7 +1463,7 @@ LookupPrivilegeValueW(LPCWSTR SystemName,
|
||||||
{
|
{
|
||||||
if (0 == wcsicmp(PrivName, DefaultPrivNames[Priv]))
|
if (0 == wcsicmp(PrivName, DefaultPrivNames[Priv]))
|
||||||
{
|
{
|
||||||
Luid->LowPart = Priv + 1;
|
Luid->LowPart = Priv + 2;
|
||||||
Luid->HighPart = 0;
|
Luid->HighPart = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue