From: Jeff Lenk Date: Thu, 17 Oct 2013 02:47:09 +0000 (-0500) Subject: windows compiler warning X-Git-Tag: v1.4.1~11^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4819ee18abfa4bbb02db0a63b30aa23fa1ba0579;p=thirdparty%2Ffreeswitch.git windows compiler warning --- diff --git a/src/switch_event.c b/src/switch_event.c index 60ab038cce..36014ab921 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -3275,7 +3275,7 @@ SWITCH_DECLARE(switch_bool_t) switch_live_array_clear_alias(switch_live_array_t SWITCH_DECLARE(switch_bool_t) switch_live_array_add_alias(switch_live_array_t *la, const char *event_channel, const char *name) { - alias_node_t *node, *np; + alias_node_t *node = 0, *np; switch_bool_t exist = SWITCH_FALSE; switch_mutex_lock(la->mutex);