add user ip white ver

This commit is contained in:
yihaoDeng 2023-09-12 11:33:32 +08:00
parent f29880fee3
commit a902421f5b
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ void mndUpdateIpWhite(SMnode *pMnode, char *user, char *fqdn, int8_t type, int8_
if (ipWhiteMgt.ver == 0) { if (ipWhiteMgt.ver == 0) {
ipWhiteMgtUpdateAll(pMnode); ipWhiteMgtUpdateAll(pMnode);
ipWhiteMgt.ver = taosGetTimestampMs(); ipWhiteMgt.ver = taosGetTimestampMs();
mInfo("ip-white-mnode ver, %" PRId64 "", ipWhiteMgt.ver);
} }
} }