fix: fix compile error

This commit is contained in:
yihaoDeng 2022-09-10 19:08:34 +08:00
parent 4745b4ff81
commit 16a5f01293
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ bool cliMaySendCachedMsg(SCliConn* conn) {
SCliMsg* pCliMsg = NULL;
CONN_GET_NEXT_SENDMSG(conn);
cliSend(conn);
return true;
}
return false;
_RETURN: