Update scm_create.c

This commit is contained in:
DavidXanatos 2024-10-09 09:44:06 +02:00
parent 8253f73d26
commit 66f6b8d7b6
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ _FX ULONG Scm_StartBoxedService2(const WCHAR *name, SERVICE_QUERY_RPL *qrpl)
_wcsicmp(name, _wuauserv) == 0 ||
_wcsicmp(name, Scm_CryptSvc) == 0) {
PROCESS_INFORMATION pi;
//PROCESS_INFORMATION pi;
STARTUPINFO si;
const WCHAR *ProcessName;