提交 1c9a1016 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5068 --resolve this was an edge case assert in a DNS error. You may want to…

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
上级 388206d7
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, ...@@ -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;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论