mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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,
|
||||
FALSE,
|
||||
&previouspriv,
|
||||
PrevSize,
|
||||
0,
|
||||
NULL,
|
||||
0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue