diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-30 10:46:31 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-30 10:46:31 -0700 |
| commit | 7ecbb4b3c9435ad75fee29245c6165485dacb892 (patch) | |
| tree | e047d144f5895266ea8e99aea5eaedb0266a60b2 | |
| parent | 9081ff8e65e60c6926e49c724fed20dfe1976d45 (diff) | |
| download | seaweedfs-7ecbb4b3c9435ad75fee29245c6165485dacb892.tar.xz seaweedfs-7ecbb4b3c9435ad75fee29245c6165485dacb892.zip | |
clean up
| -rw-r--r-- | weed/command/filer_copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go index f2b1e963e..eacb44528 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -219,7 +219,7 @@ func genFileCopyTask(fileOrDir string, destPath string, fileCopyTaskChan chan Fi fileCopyTaskChan <- FileCopyTask{ sourceLocation: fileOrDir, - destinationUrlPath: destPath,//+fi.Name(), + destinationUrlPath: destPath, fileSize: fi.Size(), fileMode: fi.Mode(), uid: uid, |
