diff --git a/Sandboxie/core/dll/sysinfo.c b/Sandboxie/core/dll/sysinfo.c index 0f3a9fde..05667f33 100644 --- a/Sandboxie/core/dll/sysinfo.c +++ b/Sandboxie/core/dll/sysinfo.c @@ -295,7 +295,7 @@ _FX void SysInfo_DiscardProcesses(SYSTEM_PROCESS_INFORMATION *buf) if (next == curr) break; - SbieApi_QueryProcess(next->UniqueProcessId, boxname, NULL, &tempSid, &tempSession); + SbieApi_QueryProcess(next->UniqueProcessId, boxname, NULL, tempSid, &tempSession); DWORD currentSession = tempSession; HANDLE token1; Terminal_WTSQueryUserToken(currentSession, &token1);