提交 16a5f012 编写于 作者: dengyihao's avatar dengyihao

fix: fix compile error

上级 4745b4ff
...@@ -290,6 +290,7 @@ bool cliMaySendCachedMsg(SCliConn* conn) { ...@@ -290,6 +290,7 @@ bool cliMaySendCachedMsg(SCliConn* conn) {
SCliMsg* pCliMsg = NULL; SCliMsg* pCliMsg = NULL;
CONN_GET_NEXT_SENDMSG(conn); CONN_GET_NEXT_SENDMSG(conn);
cliSend(conn); cliSend(conn);
return true;
} }
return false; return false;
_RETURN: _RETURN:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册