From 4a5c2f661cb3ba163d0eee2dc3c7d395a70f0875 Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Tue, 23 Jul 2024 09:54:22 +0000 Subject: [PATCH] refactor transport --- source/libs/transport/src/transCli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 362f8cef81..0b837d8141 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -2229,6 +2229,7 @@ static int32_t createThrdObj(void* trans, SCliThrd** ppThrd) { pThrd->pTransInst = trans; pThrd->quit = false; + *ppThrd = pThrd; return code; _end: