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

This commit is contained in:
yihaoDeng 2024-10-12 16:48:13 +08:00
parent a0324f41a6
commit 380ffb32de
1 changed files with 1 additions and 1 deletions

View File

@ -3882,7 +3882,7 @@ int32_t transHeapInsert(SHeap* heap, SCliConn* p) {
int32_t transHeapDelete(SHeap* heap, SCliConn* p) { int32_t transHeapDelete(SHeap* heap, SCliConn* p) {
// impl later // impl later
if (p->connnected == 0) { if (p->connnected == 0) {
transHeapUpdateFailTs(heap, p); TAOS_UNUSED(transHeapUpdateFailTs(heap, p));
} }
if (p->inHeap == 0) { if (p->inHeap == 0) {