From: Helge Norberg Date: Thu, 31 Mar 2016 17:05:03 +0000 (+0200) Subject: Fixed bug in server shut down. X-Git-Tag: 2.1.0_Beta1~87 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=c96f667f533a88c197969959f6fb546da5105fbe Fixed bug in server shut down. --- 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)