mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
fix regression
This commit is contained in:
parent
05c5fa16a6
commit
7c8881a550
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user