allow site-replication checks to work on non-distributed setups (#17524)

fixes #17523
This commit is contained in:
Harshavardhana
2023-06-27 09:23:50 -07:00
committed by GitHub
parent c1943ea3af
commit d3e5e607a7
2 changed files with 10 additions and 10 deletions

View File

@@ -232,7 +232,7 @@ var (
// The name of this local node, fetched from arguments
globalLocalNodeName string
globalLocalNodeNameHex string
globalNodeNamesHex map[string]struct{}
globalNodeNamesHex = make(map[string]struct{})
// The global subnet config
globalSubnetConfig subnet.Config