Thu May 14 13:01:25 CDT 2009 Pekka Pessi <first.last@nokia.com>

* nta.c: sanity checks for fork()ed cases
  Ignore-this: f384a65929393f36012f433292a73a91



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13539 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-06-01 22:49:18 +00:00
parent 338043488c
commit d90b97bc24
2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
Tue May 26 17:22:34 CDT 2009
Mon Jun 1 17:49:04 CDT 2009

View File

@ -8881,11 +8881,7 @@ outgoing_terminate_invite(nta_outgoing_t *original)
orq = original->orq_forks;
original->orq_forks = orq->orq_forks;
//assert(orq->orq_forking == original);
if (orq->orq_forking != original) {
break;
}
assert(orq->orq_forking == original);
SU_DEBUG_5(("nta: timer %s fired, %s %s (%u);tag=%s\n", "D",
"terminate", orq->orq_method_name, orq->orq_cseq->cs_seq,