Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
This commit is contained in:
parent
a0324f41a6
commit
380ffb32de
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue