Merge remote-tracking branch 'origin/3.0' into enh/opt-transport

This commit is contained in:
yihaoDeng 2024-10-12 18:52:44 +08:00
parent 380ffb32de
commit 51e3938897
1 changed files with 1 additions and 1 deletions

View File

@ -3668,7 +3668,7 @@ static void cliConnRemoveTimeoutNoQidMsg(SCliConn* pConn, int64_t* st, queue* se
SCliThrd* pThrd = pConn->hostThrd;
STrans* pInst = pThrd->pInst;
SListFilterArg arg = {.id = *st, .pInst = pInst};
transQueueRemoveByFilter(&pConn->reqsToSend, filterTimeoutReq, st, &set, -1);
transQueueRemoveByFilter(&pConn->reqsToSend, filterTimeoutReq, &arg, &set, -1);
return;
}