fix compile error
This commit is contained in:
parent
615fe4869e
commit
1766e46fca
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue