From: Anthony Minessale Date: Tue, 25 Oct 2011 19:04:35 +0000 (-0500) Subject: fix regression X-Git-Tag: v1.2-rc1~27^2~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c8881a550991a0dcb16e111c77dda3d5ba65e18;p=thirdparty%2Ffreeswitch.git fix regression --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 4e20d49145..39b86ef4aa 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -1865,8 +1865,6 @@ static void *SWITCH_THREAD_FUNC node_thread_run(switch_thread_t *thread, void *o if (this_node->outbound_priority == 0) this_node->outbound_priority = 5; - globals.debug = 1; - if (this_node->has_outbound && !this_node->busy && this_node->outbound_priority == cur_priority) { ppl_waiting = node_caller_count(this_node); consumer_total = this_node->consumer_count;