mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix the AdjustTokenPrivileges call once more.
svn path=/trunk/; revision=14213
This commit is contained in:
@@ -1165,7 +1165,7 @@ SetSystemLocalTime(HWND hwnd, PSETUPDATA SetupData)
|
||||
AdjustTokenPrivileges(hToken,
|
||||
FALSE,
|
||||
&previouspriv,
|
||||
PrevSize,
|
||||
0,
|
||||
NULL,
|
||||
0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user