refactor transport

This commit is contained in:
Yihao Deng 2024-07-23 09:54:22 +00:00
parent 19a03b2eb2
commit 4a5c2f661c
1 changed files with 1 additions and 0 deletions

View File

@ -2229,6 +2229,7 @@ static int32_t createThrdObj(void* trans, SCliThrd** ppThrd) {
pThrd->pTransInst = trans;
pThrd->quit = false;
*ppThrd = pThrd;
return code;
_end: