diff options
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 07fedd72d..9fb6191a7 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool { }() startDelay++ } else { - f.localSocket = nil + *f.localSocket = "" } if *filerStartWebDav { |
