]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu May 14 13:01:25 CDT 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Mon, 1 Jun 2009 22:49:18 +0000 (22:49 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 1 Jun 2009 22:49:18 +0000 (22:49 +0000)
  * 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

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index d56795c2c2fe1bdc22e3d600fe1aea4d631889d0..086e6e22f471990a02cadabb7afc153e5cc7a828 100644 (file)
@@ -1 +1 @@
-Tue May 26 17:22:34 CDT 2009
+Mon Jun  1 17:49:04 CDT 2009
index eba9835559cef60d46235bbefd1b582a4b2e186c..731c92d4c9026a2428363008459cfc7b857e654c 100644 (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,