refactor transport
This commit is contained in:
parent
19a03b2eb2
commit
4a5c2f661c
|
@ -2229,6 +2229,7 @@ static int32_t createThrdObj(void* trans, SCliThrd** ppThrd) {
|
|||
pThrd->pTransInst = trans;
|
||||
pThrd->quit = false;
|
||||
|
||||
*ppThrd = pThrd;
|
||||
return code;
|
||||
|
||||
_end:
|
||||
|
|
Loading…
Reference in New Issue