From 57d1eb9e41e0258236dadf6479ba59fb50e27e4b Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Sun, 26 May 2024 20:36:30 +0800 Subject: [PATCH] Fix --- Sandboxie/core/dll/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);