]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-287
authorBrian West <brian@freeswitch.org>
Thu, 1 Jul 2010 23:14:44 +0000 (18:14 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 1 Jul 2010 23:16:08 +0000 (18:16 -0500)
src/switch_event.c

index ed2b38466a5ebda990330dca7af6b3dc421ef7c1..c2cbc7cb2e3ffdcf4d7214bf68f140a50b37b112 100644 (file)
@@ -581,7 +581,12 @@ SWITCH_DECLARE(switch_status_t) switch_event_init(switch_memory_pool_t *pool)
 {
        switch_threadattr_t *thd_attr;;
 
-       switch_assert(switch_arraylen(EVENT_NAMES)  == SWITCH_EVENT_ALL + 1);
+       /* 
+          This statement doesn't do anything commenting it out for now.
+
+          switch_assert(switch_arraylen(EVENT_NAMES)  == SWITCH_EVENT_ALL + 1);
+        */
+       
 
        switch_assert(pool != NULL);
        THRUNTIME_POOL = RUNTIME_POOL = pool;