Browse Source

Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference

pull/2730/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
d1b2231bc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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