mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Merge pull request #7606 from Icinga/bugfix/zombies
Main(): don't call Process::InitializeSpawnHelper()
This commit is contained in:
commit
5caf4e776f
@ -639,8 +639,6 @@ static int Main()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Process::InitializeSpawnHelper();
|
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
std::vector<std::string> args;
|
std::vector<std::string> args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user