Merge pull request #2733 from banjiaojuhao/filer-bugfix-nil_pointer_dereference

This commit is contained in:
Chris Lu 2022-03-07 10:02:24 -08:00 committed by GitHub
commit d1b2231bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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