Merge pull request #7606 from Icinga/bugfix/zombies

Main(): don't call Process::InitializeSpawnHelper()
This commit is contained in:
Noah Hilverling 2019-11-13 12:58:44 +01:00 committed by GitHub
commit 5caf4e776f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -639,8 +639,6 @@ static int Main()
}
}
}
Process::InitializeSpawnHelper();
#endif /* _WIN32 */
std::vector<std::string> args;