Browse Source

fix go test

pull/2274/head
Chris Lu 3 years ago
parent
commit
e2aa3cf63b
  1. 4
      weed/server/filer_grpc_server_remote.go

4
weed/server/filer_grpc_server_remote.go

@ -148,6 +148,10 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
})
}
if fetchAndWriteErr != nil {
return nil, fetchAndWriteErr
}
garbage := entry.Chunks
newEntry := entry.ShallowClone()

Loading…
Cancel
Save