]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
nevermind
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 2 Apr 2009 20:09:28 +0000 (20:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 2 Apr 2009 20:09:28 +0000 (20:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12896 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index dcbc93c5dd3c3c883f73f9ee8e4e27486dff78dc..b1900e5111f75bf0692050c6f97bd9d2d61730f7 100644 (file)
@@ -2636,11 +2636,6 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
                        }
                }
 
-        /* dirty hack to avoid race condition in the library */
-        if (status == 200 || status == 183) {
-            switch_yield(100);// printf("Avoiding Segfault!!!\n");
-        }
-
                if (switch_channel_test_flag(channel, CF_PROXY_MODE) || switch_channel_test_flag(channel, CF_PROXY_MEDIA)) {
 
                        if (!sofia_test_flag(tech_pvt, TFLAG_SENT_UPDATE)) {