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:
Anthony Minessale 2013-01-31 13:53:43 -06:00
parent 388206d784
commit 1c9a10162f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Wed Jan 30 13:44:38 CST 2013
Thu Jan 31 13:52:18 CST 2013

View File

@ -8464,7 +8464,7 @@ outgoing_queue(outgoing_queue_t *queue,
nta_outgoing_t *orq)
{
if (orq->orq_queue == queue) {
assert(queue->q_timeout == 0);
//assert(queue->q_timeout == 0);
return;
}