]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add another frontender to list
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 25 Feb 2010 19:02:42 +0000 (19:02 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 25 Feb 2010 19:02:42 +0000 (19:02 +0000)
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

index 55a3c256243f86025b7ff4f8fe1c65e6ab496427..6075b9a7d1ee878af094a381df4c8fe4be797fb7 100644 (file)
@@ -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;