]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add an element
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 30 Aug 2006 04:58:13 +0000 (04:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 30 Aug 2006 04:58:13 +0000 (04:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2442 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_event_socket/mod_event_socket.c

index 0d5c895f0d7c09611e61ac92f6909ff639ce2d13..4633e94728f9b0ba464a6908abefc2c8abf3bccc 100644 (file)
@@ -58,7 +58,7 @@ struct listener {
        switch_log_level_t level;
        char *retbuf;
        char *ebuf;
-       uint8_t event_list[SWITCH_EVENT_ALL];
+       uint8_t event_list[SWITCH_EVENT_ALL+1];
        switch_hash_t *event_hash;
        struct listener *next;
 };