v1.5.1 增强程序稳定性
This commit is contained in:
@@ -127,7 +127,7 @@ func readHTTPDNSDefaultClusterIdList(tx *dbs.Tx) ([]int64, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if cluster != nil && cluster.IsOn {
|
||||
if cluster != nil && cluster.IsOn > 0 {
|
||||
validIds = append(validIds, id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user