fix compile error

This commit is contained in:
Yihao Deng 2024-06-22 03:52:38 +00:00
parent 071f4080eb
commit 3296d0c321
1 changed files with 1 additions and 1 deletions

View File

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