mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-16 04:36:49 +00:00
Remove an extra signal_condition() for the scheduler thread.
(closes issue #10564, patch from casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8710,7 +8710,6 @@ static void *network_thread(void *ignore)
|
||||
/* We need reliable delivery. Schedule a retransmission */
|
||||
f->retries++;
|
||||
f->retrans = iax2_sched_add(sched, f->retrytime, attempt_transmit, f);
|
||||
signal_condition(&sched_lock, &sched_cond);
|
||||
}
|
||||
}
|
||||
AST_LIST_TRAVERSE_SAFE_END
|
||||
|
||||
Reference in New Issue
Block a user