diff --git a/plugin_fifo.c b/plugin_fifo.c index 3a41e04..ee66eb0 100644 --- a/plugin_fifo.c +++ b/plugin_fifo.c @@ -155,9 +155,9 @@ static void startFifo(void) if (started) return; - + started = 1; - + configure_fifo(); fd.path = fifopath; fd.input = -1;