mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 03:50:10 +00:00
FS-5911 --resolve
This commit is contained in:
parent
0b9e01be47
commit
c8be999c34
@ -1 +1 @@
|
|||||||
Tue Oct 22 16:25:25 CDT 2013
|
Fri Oct 25 23:51:29 CDT 2013
|
||||||
|
@ -2094,6 +2094,10 @@ void tport_close(tport_t *self)
|
|||||||
SU_DEBUG_5(("%s(%p): " TPN_FORMAT "\n",
|
SU_DEBUG_5(("%s(%p): " TPN_FORMAT "\n",
|
||||||
__func__, (void *)self, TPN_ARGS(self->tp_name)));
|
__func__, (void *)self, TPN_ARGS(self->tp_name)));
|
||||||
|
|
||||||
|
if (self->tp_refs == -1) {
|
||||||
|
self->tp_refs = 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (self->tp_closed || !tport_is_secondary(self))
|
if (self->tp_closed || !tport_is_secondary(self))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user