From 82926fc65674cb3ea7966bf477de99c5d03e578c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 25 Feb 2010 19:02:42 +0000 Subject: [PATCH] add another frontender to list git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16827 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/event_handlers/mod_event_socket/mod_event_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 55a3c25624..6075b9a7d1 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 @@ -1410,7 +1410,7 @@ static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj) static switch_bool_t auth_api_command(listener_t *listener, const char *api_cmd, const char *arg) { const char *check_cmd = api_cmd; - char *sneaky_commands[] = { "bgapi", "sched_api", "eval", "expand", NULL }; + char *sneaky_commands[] = { "bgapi", "sched_api", "eval", "expand", "xml_wrap", NULL }; int x = 0; char *dup_arg = NULL; char *next = NULL;