mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference
This commit is contained in:
@@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool {
|
||||
}()
|
||||
startDelay++
|
||||
} else {
|
||||
f.localSocket = nil
|
||||
*f.localSocket = ""
|
||||
}
|
||||
|
||||
if *filerStartWebDav {
|
||||
|
||||
Reference in New Issue
Block a user