fix compile error

This commit is contained in:
yihaoDeng 2023-02-02 21:46:48 +08:00
parent 615fe4869e
commit 1766e46fca
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }