]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix regression
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Oct 2011 19:04:35 +0000 (14:04 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Oct 2011 19:04:35 +0000 (14:04 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 4e20d491459f50daaf9d0838568639d5f84b24b3..39b86ef4aabed318a50d0a303bb92b2e90be46c4 100644 (file)
@@ -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;