From: Anthony Minessale Date: Thu, 14 May 2009 17:36:44 +0000 (+0000) Subject: temp solution to assert X-Git-Tag: v1.0.4~897 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52630045aa9e4e30eea4b5cec647d70734d1212d;p=thirdparty%2Ffreeswitch.git temp solution to assert git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13307 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c index 362d9ae960..a70e74e267 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c @@ -8872,7 +8872,11 @@ outgoing_terminate_invite(nta_outgoing_t *original) orq = original->orq_forks; original->orq_forks = orq->orq_forks; - assert(orq->orq_forking == original); + //assert(orq->orq_forking == original); + + if (orq->orq_forking != original) { + break; + } SU_DEBUG_5(("nta: timer %s fired, %s %s (%u);tag=%s\n", "D", "terminate", orq->orq_method_name, orq->orq_cseq->cs_seq,