mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix the AdjustTokenPrivileges call once more.
svn path=/trunk/; revision=14213
This commit is contained in:
parent
0e847f36a6
commit
b0fb19733c
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ SetSystemLocalTime(HWND hwnd, PSETUPDATA SetupData)
|
||||||
AdjustTokenPrivileges(hToken,
|
AdjustTokenPrivileges(hToken,
|
||||||
FALSE,
|
FALSE,
|
||||||
&previouspriv,
|
&previouspriv,
|
||||||
PrevSize,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue