fixed GetNodeBaseInfo

This commit is contained in:
zkqiang
2020-03-18 10:27:38 +08:00
parent 4ef4aa6707
commit 4b45cbfd98

View File

@@ -266,7 +266,7 @@ func GetNodeBaseInfo() (ip string, mac string, hostname string, key string, erro
debug.PrintStack()
return "", "", "", "", err
}
return ip, mac, key, hostname, nil
return ip, mac, hostname, key, nil
}
// 根据redis的key值重置node节点为offline