提交 11a82379 编写于 作者: dengyihao's avatar dengyihao

fix: fix compile error

上级 edf3f632
...@@ -201,7 +201,9 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) { ...@@ -201,7 +201,9 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) {
int i = 0, sz = transQueueSize(&conn->cliMsgs); \ int i = 0, sz = transQueueSize(&conn->cliMsgs); \
for (; i < sz; i++) { \ for (; i < sz; i++) { \
pMsg = transQueueGet(&conn->cliMsgs, i); \ pMsg = transQueueGet(&conn->cliMsgs, i); \
if (pMsg != NULL && pMsg->ctx != NULL && (uint64_t)pMsg->ctx->ahandle == ahandle) { \ if (pMsg->ctx != NULL && (uint64_t)pMsg->ctx->ahandle == ahandle) { \
break; \
} else if (pMsg->msg.info.ahandle == (void*)0x9527) { \
break; \ break; \
} \ } \
} \ } \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册