[bugfix] filer: nil pointer dereference

This commit is contained in:
banjiaojuhao 2022-03-07 23:26:25 +08:00
parent da3d330616
commit b9ff7723dd

View file

@ -149,7 +149,7 @@ func runFiler(cmd *Command, args []string) bool {
}()
startDelay++
} else {
f.localSocket = nil
*f.localSocket = ""
}
if *filerStartWebDav {