mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-5896 --resolve
This commit is contained in:
parent
3c2a5db225
commit
e2bdd78d55
@ -1 +1 @@
|
|||||||
Mon Oct 21 20:11:13 CDT 2013
|
Tue Oct 22 20:32:55 CDT 2013
|
||||||
|
@ -2620,6 +2620,8 @@ int tport_accept(tport_primary_t *pri, int events)
|
|||||||
SU_DEBUG_3(("%s(%p): incoming secondary on "TPN_FORMAT
|
SU_DEBUG_3(("%s(%p): incoming secondary on "TPN_FORMAT
|
||||||
" failed. reason = %s\n", __func__, (void *)pri,
|
" failed. reason = %s\n", __func__, (void *)pri,
|
||||||
TPN_ARGS(pri->pri_primary->tp_name), reason));
|
TPN_ARGS(pri->pri_primary->tp_name), reason));
|
||||||
|
shutdown(s, 2);
|
||||||
|
su_close(s);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user