This commit is contained in:
Yihao Deng 2024-06-22 00:17:07 +00:00
parent df15c92aba
commit 071f4080eb
1 changed files with 1 additions and 2 deletions

View File

@ -1083,10 +1083,9 @@ SClientHbBatchReq *hbGatherAllInfo(SAppHbMgr *pAppHbMgr) {
} }
} }
releaseTscObj(connKey->tscRid);
int64_t ver = atomic_load_64(&pTscObj->whiteListInfo.ver); int64_t ver = atomic_load_64(&pTscObj->whiteListInfo.ver);
maxIpWhiteVer = MAX(maxIpWhiteVer, ver); maxIpWhiteVer = MAX(maxIpWhiteVer, ver);
releaseTscObj(connKey->tscRid);
} }
pBatchReq->ipWhiteList = maxIpWhiteVer; pBatchReq->ipWhiteList = maxIpWhiteVer;