提交 c1690655 编写于 作者: dengyihao's avatar dengyihao

fix: fix rpc quit problem

上级 bb95a342
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册