Browse Source
Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference
pull/2730/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/command/filer.go
|
|
@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool { |
|
|
|
}() |
|
|
|
startDelay++ |
|
|
|
} else { |
|
|
|
f.localSocket = nil |
|
|
|
*f.localSocket = "" |
|
|
|
} |
|
|
|
|
|
|
|
if *filerStartWebDav { |
|
|
|
xxxxxxxxxx