From 1a99b3eeb31e1178492bb7b90663bfcdf810c5d6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 4 Nov 2019 17:30:28 +0100 Subject: [PATCH] Main(): don't call Process::InitializeSpawnHelper() --- icinga-app/icinga.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 5d3e3165e..6b4af7614 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -639,8 +639,6 @@ static int Main() } } } - - Process::InitializeSpawnHelper(); #endif /* _WIN32 */ std::vector args;