diff --git a/userspace/falco/application.cpp b/userspace/falco/application.cpp index e44ee5ca..e4df076c 100644 --- a/userspace/falco/application.cpp +++ b/userspace/falco/application.cpp @@ -115,6 +115,7 @@ void application::reopen_outputs() { m_state->outputs->reopen_outputs(); } + falco::app::g_reopen_outputs.store(APP_SIGNAL_NOT_SET); } }