refactor transport
This commit is contained in:
parent
baed4a67da
commit
caea4f84b7
|
@ -3166,6 +3166,5 @@ int64_t transAllocHandle() {
|
||||||
QUEUE_INIT(&exh->q);
|
QUEUE_INIT(&exh->q);
|
||||||
taosInitRWLatch(&exh->latch);
|
taosInitRWLatch(&exh->latch);
|
||||||
tDebug("pre alloc refId %" PRId64 "", exh->refId);
|
tDebug("pre alloc refId %" PRId64 "", exh->refId);
|
||||||
|
|
||||||
return exh->refId;
|
return exh->refId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue