mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[USERENV] Initialize variable before using it
This commit is contained in:
@@ -357,7 +357,7 @@ CheckForGuestsAndAdmins(
|
||||
PTOKEN_GROUPS pGroupInfo = NULL;
|
||||
PSID pAdministratorsSID = NULL;
|
||||
PSID pGuestsSID = NULL;
|
||||
DWORD i, dwSize;
|
||||
DWORD i, dwSize = 0;
|
||||
DWORD dwError = ERROR_SUCCESS;
|
||||
|
||||
DPRINT("CheckForGuestsAndAdmins(%p %p)\n", hToken, pdwState);
|
||||
|
||||
Reference in New Issue
Block a user