diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 1c6cef66c1..ff00fec256 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -4456,7 +4456,7 @@ static switch_status_t load_config(int reload, int del_all) fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_TRUE); - if (!(node = switch_core_hash_find(globals.fifo_hash, MANUAL_QUEUE_NAME))) { + if (!switch_core_hash_find(globals.fifo_hash, MANUAL_QUEUE_NAME)) { node = create_node(MANUAL_QUEUE_NAME, 0, globals.sql_mutex); node->ready = 2; node->is_static = 0;