[Freeswitch-svn] [commit] r12349 - freeswitch/trunk/src/mod/event_handlers/mod_event_socket

FreeSWITCH SVN anthm at freeswitch.org
Mon Mar 2 08:09:32 PST 2009


Author: anthm
Date: Mon Mar  2 10:09:32 2009
New Revision: 12349

Log:
MODEVENT-40 ahem `Math

Modified:
   freeswitch/trunk/src/mod/event_handlers/mod_event_socket/mod_event_socket.c

Modified: freeswitch/trunk/src/mod/event_handlers/mod_event_socket/mod_event_socket.c
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_event_socket/mod_event_socket.c	(original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_event_socket/mod_event_socket.c	Mon Mar  2 10:09:32 2009
@@ -1275,10 +1275,6 @@
 	
 	SWITCH_STANDARD_STREAM(stream);
 	
-	if (!strcasecmp(acs->api_cmd, "unload") || !strcasecmp(acs->arg, "mod_event_socket")) {
-		
-	}
-
 	if ((status = switch_api_execute(acs->api_cmd, acs->arg, NULL, &stream)) == SWITCH_STATUS_SUCCESS) {
 		reply = stream.data;
 	} else {



More information about the Freeswitch-svn mailing list