]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5068 --resolve this was an edge case assert in a DNS error. You may want to check...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Jan 2013 19:53:43 +0000 (13:53 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Jan 2013 19:53:50 +0000 (13:53 -0600)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index d2e26fbc46128345a1fb047f573309a0407a3914..90c7395eac714afae7c5a96a3ccc82c6c2a3680f 100644 (file)
@@ -1 +1 @@
-Wed Jan 30 13:44:38 CST 2013
+Thu Jan 31 13:52:18 CST 2013
index c9bbea2d6bc79bc208e7af4e5cdb77bc5ed60206..dddb3ecd9a48291c850fa82a62c3247ba96b7580 100644 (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;
   }