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