fix: make CI happy
This commit is contained in:
parent
bfcb181662
commit
fadd7317af
|
@ -203,8 +203,6 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) {
|
||||||
pMsg = transQueueGet(&conn->cliMsgs, i); \
|
pMsg = transQueueGet(&conn->cliMsgs, i); \
|
||||||
if (pMsg->ctx != NULL && (uint64_t)pMsg->ctx->ahandle == ahandle) { \
|
if (pMsg->ctx != NULL && (uint64_t)pMsg->ctx->ahandle == ahandle) { \
|
||||||
break; \
|
break; \
|
||||||
} else if (pMsg->msg.info.ahandle == (void*)0x9527) { \
|
|
||||||
break; \
|
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
if (i == sz) { \
|
if (i == sz) { \
|
||||||
|
|
Loading…
Reference in New Issue