aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer.go2
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 {