mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
app/vmselect/netstorage: typo fix after 61736e4a1d
This commit is contained in:
parent
97eafbe4a7
commit
353b137ff0
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ func (tbfw *tmpBlocksFileWrapper) Finalize() ([]string, map[string]*blockAddrs,
|
|||
dstAddrs, ok := addrsByMetricName[metricName]
|
||||
if !ok {
|
||||
orderedMetricNames = append(orderedMetricNames, metricName)
|
||||
dstAddrs := &blockAddrs{}
|
||||
dstAddrs = &blockAddrs{}
|
||||
addrsByMetricName[metricName] = dstAddrs
|
||||
}
|
||||
dstAddrs.addrs = append(dstAddrs.addrs, m[metricName].addrs...)
|
||||
|
|
Loading…
Reference in a new issue