fix compiler warning

This commit is contained in:
Seven Du 2014-04-17 14:58:18 +08:00
parent 370230e323
commit 586f0d2e17

View File

@ -1831,7 +1831,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_erlang_event_load)
SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
{
switch_memory_pool_t *pool = NULL, *listener_pool = NULL;
switch_status_t rv;
int rv;
listener_t *listener;
uint32_t x = 0;
struct ei_cnode_s ec;