diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-12-11 07:17:10 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-12-11 07:17:10 -0800 |
| commit | 39ea8484c17435cda5d1dbb7464c784c504202bd (patch) | |
| tree | 2be66265dfb2bcad2f3b7be3c1eae8d80253f27a /weed/replication | |
| parent | 168f461761e705ee67048f98e37b7a19f3981237 (diff) | |
| download | seaweedfs-39ea8484c17435cda5d1dbb7464c784c504202bd.tar.xz seaweedfs-39ea8484c17435cda5d1dbb7464c784c504202bd.zip | |
adjust proto API
Diffstat (limited to 'weed/replication')
| -rw-r--r-- | weed/replication/sink/filersink/filer_sink.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/replication/sink/filersink/filer_sink.go b/weed/replication/sink/filersink/filer_sink.go index 60a1fa7d4..2e9cc86d1 100644 --- a/weed/replication/sink/filersink/filer_sink.go +++ b/weed/replication/sink/filersink/filer_sink.go @@ -66,7 +66,6 @@ func (fs *FilerSink) DeleteEntry(key string, isDirectory, deleteIncludeChunks bo request := &filer_pb.DeleteEntryRequest{ Directory: dir, Name: name, - IsDirectory: isDirectory, IsDeleteData: deleteIncludeChunks, } |
