mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference
This commit is contained in:
commit
d1b2231bc8
|
@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool {
|
||||||
}()
|
}()
|
||||||
startDelay++
|
startDelay++
|
||||||
} else {
|
} else {
|
||||||
f.localSocket = nil
|
*f.localSocket = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
if *filerStartWebDav {
|
if *filerStartWebDav {
|
||||||
|
|
Loading…
Reference in a new issue