diff options
Diffstat (limited to 'weed/command/filer_cat.go')
| -rw-r--r-- | weed/command/filer_cat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_cat.go b/weed/command/filer_cat.go index c310b2b43..2ef3bfc33 100644 --- a/weed/command/filer_cat.go +++ b/weed/command/filer_cat.go @@ -96,7 +96,7 @@ func runFilerCat(cmd *Command, args []string) bool { writer = f } - pb.WithFilerClient(false, filerCat.filerAddress, filerCat.grpcDialOption, func(client filer_pb.SeaweedFilerClient) error { + pb.WithFilerClient(false, util.RandomInt32(), filerCat.filerAddress, filerCat.grpcDialOption, func(client filer_pb.SeaweedFilerClient) error { request := &filer_pb.LookupDirectoryEntryRequest{ Name: name, |
