fix(userspace/falco/falco): allow output reopening to happen multiple times

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2022-10-11 15:40:58 +00:00 committed by poiana
parent 77857a7236
commit a98a1b2c4c

View File

@ -115,6 +115,7 @@ void application::reopen_outputs()
{ {
m_state->outputs->reopen_outputs(); m_state->outputs->reopen_outputs();
} }
falco::app::g_reopen_outputs.store(APP_SIGNAL_NOT_SET);
} }
} }