aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-17 10:04:28 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-17 10:04:28 -0700
commit826f96b6f39839c90b906f6293e976dd86e3ea77 (patch)
tree69a95d76fbe42adb92dc68158de0ea1a396b0f31 /weed/command/filer_replication.go
parentffa69b24ae0b5daf6cb040c95bb821c25ba15461 (diff)
downloadseaweedfs-826f96b6f39839c90b906f6293e976dd86e3ea77.tar.xz
seaweedfs-826f96b6f39839c90b906f6293e976dd86e3ea77.zip
fix unreachable code
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 737f0d24a..40f2b570b 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -121,7 +121,6 @@ func runFilerReplicate(cmd *Command, args []string) bool {
}
}
- return true
}
func validateOneEnabledInput(config *viper.Viper) {