diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-08 00:15:28 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-08 00:15:28 -0700 |
| commit | 633a4aed18514f6d66b0dcbf2d075f2c720e1daa (patch) | |
| tree | 745fed8231a0b9823b9256999abfd90113d7a15f | |
| parent | acbc0286e271537b20fd9e0a4d73503ce056dee9 (diff) | |
| download | seaweedfs-633a4aed18514f6d66b0dcbf2d075f2c720e1daa.tar.xz seaweedfs-633a4aed18514f6d66b0dcbf2d075f2c720e1daa.zip | |
filer: fix customizable local socket file name
fix https://github.com/chrislusf/seaweedfs/issues/3147
| -rw-r--r-- | weed/command/filer.go | 2 |
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 { |
