fix: fix compile error
This commit is contained in:
parent
4745b4ff81
commit
16a5f01293
|
@ -290,6 +290,7 @@ bool cliMaySendCachedMsg(SCliConn* conn) {
|
|||
SCliMsg* pCliMsg = NULL;
|
||||
CONN_GET_NEXT_SENDMSG(conn);
|
||||
cliSend(conn);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
_RETURN:
|
||||
|
|
Loading…
Reference in New Issue