From: Anthony Minessale Date: Thu, 31 Jan 2013 19:53:43 +0000 (-0600) Subject: FS-5068 --resolve this was an edge case assert in a DNS error. You may want to check... X-Git-Tag: v1.3.13~87^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9a10162fe77ccc3afe3fb9e8337d10ad489f00;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/libs/sofia-sip/.update b/libs/sofia-sip/.update index d2e26fbc46..90c7395eac 100644 --- a/libs/sofia-sip/.update +++ b/libs/sofia-sip/.update @@ -1 +1 @@ -Wed Jan 30 13:44:38 CST 2013 +Thu Jan 31 13:52:18 CST 2013 diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c index c9bbea2d6b..dddb3ecd9a 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c @@ -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; }