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
1.4
Russell Bryant 18 years ago
parent f3d98a5f3c
commit 73275955bb

@ -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

Loading…
Cancel
Save