mirror of https://github.com/Icinga/icinga2.git
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 */
|
||||
|
||||
std::vector<std::string> args;
|
||||
|
|
Loading…
Reference in New Issue