From c96f667f533a88c197969959f6fb546da5105fbe Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Thu, 31 Mar 2016 19:05:03 +0200 Subject: [PATCH] Fixed bug in server shut down. --- shell/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.cpp b/shell/main.cpp index 483c1230c..d742cb0d9 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -333,7 +333,7 @@ int main(int argc, char** argv) CASPAR_LOG(info) << "Successfully shutdown CasparCG Server."; - if (!should_wait_for_keypress) + if (should_wait_for_keypress) wait_for_keypress(); } catch(const boost::property_tree::file_parser_error& e) -- 2.39.2