mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
serve dnla: fix crash on graceful exit
Before this change, closing a uninitialised chan would cause a crash.
This commit is contained in:
parent
23ab6fa3a0
commit
4ab57eb90b
|
@ -129,9 +129,8 @@ func newServer(f fs.Fs, opt *dlnaflags.Options) (*server, error) {
|
|||
FriendlyName: friendlyName,
|
||||
RootDeviceUUID: makeDeviceUUID(friendlyName),
|
||||
Interfaces: interfaces,
|
||||
|
||||
waitChan: make(chan struct{}),
|
||||
httpListenAddr: opt.ListenAddr,
|
||||
|
||||
f: f,
|
||||
vfs: vfs.New(f, &vfsflags.Opt),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user