fix: compile issue
This commit is contained in:
parent
39dbf7eec6
commit
be66e5d21c
|
@ -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 mndUpdateIpWhiteImpl(SHashObj *pIpWhiteTab, char *user, char *fqdn, int8_t type, bool *pUpdate) {
|
||||||
int32_t code = 0;
|
|
||||||
int32_t lino = 0;
|
int32_t lino = 0;
|
||||||
bool update = false;
|
bool update = false;
|
||||||
SIpV4Range range = {.ip = 0, .mask = 32};
|
SIpV4Range range = {.ip = 0, .mask = 32};
|
||||||
|
|
Loading…
Reference in New Issue