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