add time out
This commit is contained in:
parent
f3dda4f779
commit
d24dc87c80
|
@ -3558,7 +3558,7 @@ static void cliConnRemoveTimoutQidMsg(SCliConn* pConn, int64_t* st, queue* set)
|
|||
break;
|
||||
}
|
||||
}
|
||||
taosHashIterate(pConn->pQTable, pIter);
|
||||
pIter = taosHashIterate(pConn->pQTable, pIter);
|
||||
}
|
||||
|
||||
for (int32_t i = 0; i < taosArrayGetSize(pQIdBuf); i++) {
|
||||
|
|
Loading…
Reference in New Issue