mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-17 20:19:37 +00:00
FS-3809 --resolve
This commit is contained in:
parent
bafba4a991
commit
ca7a1acb1d
@ -1807,6 +1807,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
|||||||
if ((clientfd = ei_accept_tmo(&ec, (int) listen_list.sockfd, &conn, 500)) == ERL_ERROR) {
|
if ((clientfd = ei_accept_tmo(&ec, (int) listen_list.sockfd, &conn, 500)) == ERL_ERROR) {
|
||||||
if (prefs.done) {
|
if (prefs.done) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Shutting Down\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Shutting Down\n");
|
||||||
|
break;
|
||||||
} else if (erl_errno == ETIMEDOUT) {
|
} else if (erl_errno == ETIMEDOUT) {
|
||||||
continue;
|
continue;
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
@ -1820,9 +1821,8 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
|||||||
/* if errno didn't get set, assume nothing *too* horrible occured */
|
/* if errno didn't get set, assume nothing *too* horrible occured */
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,
|
||||||
"Ignorable error in ei_accept - probable bad client version, bad cookie or bad nodename\n");
|
"Ignorable error in ei_accept - probable bad client version, bad cookie or bad nodename\n");
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
listener = new_listener(&ec, clientfd);
|
listener = new_listener(&ec, clientfd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user