From 4d3be8129e869c1191d58c92bd8e38dcffefddcd Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Wed, 8 May 2024 01:01:42 +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 86d6ef58ff..98467b5c09 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -1777,6 +1777,7 @@ static void cliBuildBatch(SCliMsg* pMsg, queue* h, SCliThrd* pThrd) { QUEUE_PUSH(&((*ppBatchList)->wq), &pBatch->listq); (*ppBatchList)->len += 1; + return; } queue* hdr = QUEUE_TAIL(&((*ppBatchList)->wq));