mirror of https://github.com/Icinga/icinga2.git
Main(): don't call Process::InitializeSpawnHelper()
This commit is contained in:
parent
d81c15ca2f
commit
1a99b3eeb3
|
@ -639,8 +639,6 @@ static int Main()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Process::InitializeSpawnHelper();
|
||||
#endif /* _WIN32 */
|
||||
|
||||
std::vector<std::string> args;
|
||||
|
|
Loading…
Reference in New Issue