diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index f0635d376cac106900f8c747c320baeef0ebfc36..b4b1bf1f511b7b8cb3a5fe39d62addf97dd2e8cd 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -1502,6 +1502,7 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) { pBatchList->connMax = pInst->connLimitNum; pBatchList->connCnt = 0; pBatchList->batchLenLimit = pInst->batchSize; + pBatchList->len += 1; pBatchList->ip = strdup(ip); pBatchList->dst = strdup(key);