fix compile error
This commit is contained in:
parent
071f4080eb
commit
3296d0c321
|
@ -1084,7 +1084,7 @@ SClientHbBatchReq *hbGatherAllInfo(SAppHbMgr *pAppHbMgr) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t ver = atomic_load_64(&pTscObj->whiteListInfo.ver);
|
int64_t ver = atomic_load_64(&pTscObj->whiteListInfo.ver);
|
||||||
maxIpWhiteVer = MAX(maxIpWhiteVer, ver);
|
maxIpWhiteVer = TMAX(maxIpWhiteVer, ver);
|
||||||
releaseTscObj(connKey->tscRid);
|
releaseTscObj(connKey->tscRid);
|
||||||
}
|
}
|
||||||
pBatchReq->ipWhiteList = maxIpWhiteVer;
|
pBatchReq->ipWhiteList = maxIpWhiteVer;
|
||||||
|
|
Loading…
Reference in New Issue