aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-08 00:15:28 -0700
committerchrislu <chris.lu@gmail.com>2022-06-08 00:15:28 -0700
commit633a4aed18514f6d66b0dcbf2d075f2c720e1daa (patch)
tree745fed8231a0b9823b9256999abfd90113d7a15f /weed/command/filer.go
parentacbc0286e271537b20fd9e0a4d73503ce056dee9 (diff)
downloadseaweedfs-633a4aed18514f6d66b0dcbf2d075f2c720e1daa.tar.xz
seaweedfs-633a4aed18514f6d66b0dcbf2d075f2c720e1daa.zip
filer: fix customizable local socket file name
fix https://github.com/chrislusf/seaweedfs/issues/3147
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index 42de11f08..989ed3bd0 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -154,8 +154,6 @@ func runFiler(cmd *Command, args []string) bool {
filerS3Options.startS3Server()
}()
startDelay++
- } else {
- *f.localSocket = ""
}
if *filerStartWebDav {