mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-22 06:36:58 -04:00
Merge eda7103056 into a810d6409b
This commit is contained in:
commit
79ae7ac57b
1 changed files with 1 additions and 1 deletions
|
|
@ -920,7 +920,7 @@ void Process::Run(const std::function<void(const ProcessResult&)>& callback)
|
|||
envp[offset] = '\0';
|
||||
|
||||
if (!CreateProcess(nullptr, args, nullptr, nullptr, TRUE,
|
||||
0 /*EXTENDED_STARTUPINFO_PRESENT*/, envp, nullptr, &si.StartupInfo, &pi)) {
|
||||
BELOW_NORMAL_PRIORITY_CLASS, envp, nullptr, &si.StartupInfo, &pi)) {
|
||||
DWORD error = GetLastError();
|
||||
CloseHandle(outWritePipe);
|
||||
CloseHandle(outWritePipeDup);
|
||||
|
|
|
|||
Loading…
Reference in a new issue