Browse Source

passing entry.exended

pull/1165/head
Chris Lu 5 years ago
parent
commit
e707211dad
  1. 1
      weed/server/filer_grpc_server.go

1
weed/server/filer_grpc_server.go

@ -162,6 +162,7 @@ func (fs *FilerServer) UpdateEntry(ctx context.Context, req *filer_pb.UpdateEntr
newEntry := &filer2.Entry{
FullPath: filer2.FullPath(filepath.ToSlash(filepath.Join(req.Directory, req.Entry.Name))),
Attr: entry.Attr,
Extended: entry.Extended,
Chunks: chunks,
}

Loading…
Cancel
Save