mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Merge pull request #2053 from dragos-oancea/mod_erlang_event-cov3
[mod_erlang_event] coverity CID 1500239 (Uninitialized scalar variable)
This commit is contained in:
commit
cb3373872a
@ -1998,7 +1998,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
|||||||
struct ei_cnode_s ec;
|
struct ei_cnode_s ec;
|
||||||
ErlConnect conn;
|
ErlConnect conn;
|
||||||
int clientfd;
|
int clientfd;
|
||||||
switch_os_socket_t epmdfd;
|
switch_os_socket_t epmdfd = SWITCH_SOCK_INVALID;
|
||||||
switch_socket_t *epmd_sock = NULL;
|
switch_socket_t *epmd_sock = NULL;
|
||||||
|
|
||||||
if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) {
|
if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user