mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
[mod_erlang_event] scan-build: Function call argument is an uninitialized value
This commit is contained in:
parent
8e0c0df5b6
commit
731d8f027e
@ -1993,7 +1993,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
||||
switch_memory_pool_t *pool = NULL, *listener_pool = NULL;
|
||||
switch_status_t rv;
|
||||
switch_sockaddr_t *sa;
|
||||
switch_os_socket_t sockdes;
|
||||
switch_os_socket_t sockdes = SWITCH_SOCK_INVALID;
|
||||
listener_t *listener;
|
||||
uint32_t x = 0;
|
||||
struct ei_cnode_s ec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user