mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:38:04 +08:00
fix(wdclient): GetLocations return
This commit is contained in:
@@ -133,7 +133,7 @@ func (vc *vidMap) GetLocations(vid uint32) (locations []Location, found bool) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
locations, found = vc.ecVid2Locations[vid]
|
locations, found = vc.ecVid2Locations[vid]
|
||||||
return
|
return locations, found && len(locations) > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (vc *vidMap) addLocation(vid uint32, location Location) {
|
func (vc *vidMap) addLocation(vid uint32, location Location) {
|
||||||
|
Reference in New Issue
Block a user