silly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5802 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9ec90012fb
commit
4468d35e2b
|
@ -310,7 +310,7 @@ void switch_core_state_machine_init(switch_memory_pool_t *pool)
|
||||||
switch_core_standard_on_##__STATE(session); \
|
switch_core_standard_on_##__STATE(session); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (silly)
|
||||||
|
|
||||||
SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
|
SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
|
||||||
{
|
{
|
||||||
|
@ -320,7 +320,7 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
|
||||||
const switch_state_handler_table_t *application_state_handler = NULL;
|
const switch_state_handler_table_t *application_state_handler = NULL;
|
||||||
switch_thread_id_t thread_id;
|
switch_thread_id_t thread_id;
|
||||||
jmp_buf env;
|
jmp_buf env;
|
||||||
int sig;
|
int sig, silly = 0;
|
||||||
|
|
||||||
if (switch_test_flag((&runtime), SCF_CRASH_PROT)) {
|
if (switch_test_flag((&runtime), SCF_CRASH_PROT)) {
|
||||||
thread_id = switch_thread_self();
|
thread_id = switch_thread_self();
|
||||||
|
|
Loading…
Reference in New Issue