opt trans
This commit is contained in:
parent
f19fdaa142
commit
0a22b24ed3
|
@ -1502,6 +1502,7 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) {
|
||||||
pBatchList->connMax = pInst->connLimitNum;
|
pBatchList->connMax = pInst->connLimitNum;
|
||||||
pBatchList->connCnt = 0;
|
pBatchList->connCnt = 0;
|
||||||
pBatchList->batchLenLimit = pInst->batchSize;
|
pBatchList->batchLenLimit = pInst->batchSize;
|
||||||
|
pBatchList->len += 1;
|
||||||
|
|
||||||
pBatchList->ip = strdup(ip);
|
pBatchList->ip = strdup(ip);
|
||||||
pBatchList->dst = strdup(key);
|
pBatchList->dst = strdup(key);
|
||||||
|
|
Loading…
Reference in New Issue