提交 1766e46f 编写于 作者: dengyihao's avatar dengyihao

fix compile error

上级 615fe486
...@@ -805,7 +805,7 @@ void cliSend(SCliConn* pConn) { ...@@ -805,7 +805,7 @@ void cliSend(SCliConn* pConn) {
if (transQueueEmpty(&pConn->cliMsgs)) { if (transQueueEmpty(&pConn->cliMsgs)) {
tError("%s conn %p not msg to send", pTransInst->label, pConn); tError("%s conn %p not msg to send", pTransInst->label, pConn);
cliHandleExecept(pConn); cliHandleExcept(pConn);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册