[Freeswitch-svn] [commit] r5802 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Thu Oct 4 17:01:52 EDT 2007


Author: anthm
Date: Thu Oct  4 17:01:52 2007
New Revision: 5802

Modified:
   freeswitch/trunk/src/switch_core_state_machine.c

Log:
silly

Modified: freeswitch/trunk/src/switch_core_state_machine.c
==============================================================================
--- freeswitch/trunk/src/switch_core_state_machine.c	(original)
+++ freeswitch/trunk/src/switch_core_state_machine.c	Thu Oct  4 17:01:52 2007
@@ -310,7 +310,7 @@
 				switch_core_standard_on_##__STATE(session);				\
 			}															\
 		}																\
-	} while (0)
+	} while (silly)
 
 SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
 {
@@ -320,7 +320,7 @@
 	const switch_state_handler_table_t *application_state_handler = NULL;
 	switch_thread_id_t thread_id;
 	jmp_buf env;
-	int sig;
+	int sig, silly = 0;
 
 	if (switch_test_flag((&runtime), SCF_CRASH_PROT)) {
 		thread_id = switch_thread_self();



More information about the Freeswitch-svn mailing list