mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 04:35:46 +00:00
FS-5068 --resolve this was an edge case assert in a DNS error. You may want to check that you have valid DNS servers but this should stop the crash
This commit is contained in:
parent
388206d784
commit
1c9a10162f
@ -1 +1 @@
|
|||||||
Wed Jan 30 13:44:38 CST 2013
|
Thu Jan 31 13:52:18 CST 2013
|
||||||
|
@ -8464,7 +8464,7 @@ outgoing_queue(outgoing_queue_t *queue,
|
|||||||
nta_outgoing_t *orq)
|
nta_outgoing_t *orq)
|
||||||
{
|
{
|
||||||
if (orq->orq_queue == queue) {
|
if (orq->orq_queue == queue) {
|
||||||
assert(queue->q_timeout == 0);
|
//assert(queue->q_timeout == 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user