Fix the AdjustTokenPrivileges call once more.

svn path=/trunk/; revision=14213
This commit is contained in:
Filip Navara 2005-03-20 11:35:39 +00:00
parent 0e847f36a6
commit b0fb19733c

View file

@ -1165,7 +1165,7 @@ SetSystemLocalTime(HWND hwnd, PSETUPDATA SetupData)
AdjustTokenPrivileges(hToken,
FALSE,
&previouspriv,
PrevSize,
0,
NULL,
0);
}