temp solution to assert

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13307 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-05-14 17:36:44 +00:00
parent e55965292d
commit 52630045aa
1 changed files with 5 additions and 1 deletions

View File

@ -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,