This commit is contained in:
Anthony Minessale
2012-10-29 11:46:17 -05:00
parent fae4dd51ad
commit 4b5cdd87f1
4 changed files with 60 additions and 75 deletions
-3
View File
@@ -1638,7 +1638,6 @@ void *SWITCH_THREAD_FUNC sofia_msg_thread_run(switch_thread_t *thread, void *obj
if (pop) {
sofia_dispatch_event_t *de = (sofia_dispatch_event_t *) pop;
sofia_process_dispatch_event(&de);
switch_cond_next();
} else {
break;
}
@@ -1959,8 +1958,6 @@ void sofia_event_callback(nua_event_t event,
end:
switch_cond_next();
return;
}