mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-5738 --resolve
This commit is contained in:
parent
580f8c21e7
commit
b5ac54ecca
@ -229,7 +229,7 @@ int tport_recv_stream_ws(tport_t *self)
|
||||
if (N < 0) {
|
||||
err = errno = EHOSTDOWN;
|
||||
SU_DEBUG_1(("%s(%p): su_getmsgsize(): %s (%d) N=%ld\n", __func__, (void *)self,
|
||||
su_strerror(err), err, N));
|
||||
su_strerror(err), err, (long)N));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user