refactor transport

This commit is contained in:
yihaoDeng 2024-07-29 08:51:23 +08:00
parent baed4a67da
commit caea4f84b7
1 changed files with 0 additions and 1 deletions

View File

@ -3166,6 +3166,5 @@ int64_t transAllocHandle() {
QUEUE_INIT(&exh->q);
taosInitRWLatch(&exh->latch);
tDebug("pre alloc refId %" PRId64 "", exh->refId);
return exh->refId;
}