mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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:
parent
e55965292d
commit
52630045aa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user