Browse Source

[bugfix] filer: nil pointer dereference

pull/2733/head
banjiaojuhao 3 years ago
parent
commit
b9ff7723dd
  1. 2
      weed/command/filer.go

2
weed/command/filer.go

@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool {
}()
startDelay++
} else {
f.localSocket = nil
*f.localSocket = ""
}
if *filerStartWebDav {

Loading…
Cancel
Save