fix: compile issue

This commit is contained in:
dapan1121 2024-07-25 14:50:22 +08:00
parent 39dbf7eec6
commit be66e5d21c
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,6 @@ int64_t mndGetIpWhiteVer(SMnode *pMnode) {
}
int32_t mndUpdateIpWhiteImpl(SHashObj *pIpWhiteTab, char *user, char *fqdn, int8_t type, bool *pUpdate) {
int32_t code = 0;
int32_t lino = 0;
bool update = false;
SIpV4Range range = {.ip = 0, .mask = 32};