fix: fix rpc quit problem

This commit is contained in:
yihaoDeng 2022-06-28 19:21:04 +08:00
parent bb95a3427e
commit c1690655fc
1 changed files with 0 additions and 3 deletions

View File

@ -1113,11 +1113,8 @@ SCliThrd* transGetWorkThrdFromHandle(int64_t handle) {
SCliThrd* pThrd = NULL;
SExHandle* exh = transAcquireExHandle(handle);
if (exh == NULL) {
tTrace("no, no %" PRId64 "", handle);
return NULL;
}
tTrace("YY %" PRId64 "", handle);
pThrd = exh->pThrd;
transReleaseExHandle(handle);
return pThrd;