提交 1aa84641 authored 作者: Michael Jerris's avatar Michael Jerris

FS-5819: don't assigne variable to itself

上级 c9444f6f
......@@ -3322,7 +3322,8 @@ tport_t *tport_tsend(tport_t *self,
self = primary->pri_primary;
}
else if (tport_is_secondary(self) && tport_is_clear_to_send(self)) {
self = self;
/* self = self; */
;
}
/*
* Try to find an already open connection to the destination,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论