mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-21 10:53:48 +00:00
windows compiler warning
This commit is contained in:
parent
2ffe831206
commit
4819ee18ab
@ -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)
|
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_bool_t exist = SWITCH_FALSE;
|
||||||
|
|
||||||
switch_mutex_lock(la->mutex);
|
switch_mutex_lock(la->mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user