From: Anthony Minessale Date: Mon, 2 Mar 2009 16:09:32 +0000 (+0000) Subject: MODEVENT-40 ahem `Math X-Git-Tag: v1.0.4~1759 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1680d2df3d6be73eee41297bffc7ff9b65ad99;p=thirdparty%2Ffreeswitch.git MODEVENT-40 ahem `Math git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12349 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/event_handlers/mod_event_socket/mod_event_socket.c b/src/mod/event_handlers/mod_event_socket/mod_event_socket.c index bf1c31e235..8957af9452 100644 --- a/src/mod/event_handlers/mod_event_socket/mod_event_socket.c +++ b/src/mod/event_handlers/mod_event_socket/mod_event_socket.c @@ -1275,10 +1275,6 @@ static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj) 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 {