提交 c8be999c authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5911 --resolve

上级 0b9e01be
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",
__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))
return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论