diff options
Diffstat (limited to 'weed/filer2/filer_buckets.go')
| -rw-r--r-- | weed/filer2/filer_buckets.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filer_buckets.go b/weed/filer2/filer_buckets.go index cb65fea14..601b7dbf3 100644 --- a/weed/filer2/filer_buckets.go +++ b/weed/filer2/filer_buckets.go @@ -28,7 +28,7 @@ func (f *Filer) LoadBuckets(dirBucketsPath string) { limit := math.MaxInt32 - entries, _, err := f.ListDirectoryEntries(context.Background(), FullPath(dirBucketsPath), "", false, limit) + entries, err := f.ListDirectoryEntries(context.Background(), FullPath(dirBucketsPath), "", false, limit) if err != nil { glog.V(1).Infof("no buckets found: %v", err) |
