mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
mount: fix mount flags not working
This was broken in the recent refactor. See: https://forum.rclone.org/t/issue-with-allow-other-in-beta/18133
This commit is contained in:
parent
4afea1ebaf
commit
b2ae94de5b
@ -436,7 +436,7 @@ func ClipBlocks(b *uint64) {
|
||||
//
|
||||
// If noModTime is set then it
|
||||
func Mount(VFS *vfs.VFS, mountpoint string, mount MountFn, opt *Options) error {
|
||||
if opt != nil {
|
||||
if opt == nil {
|
||||
opt = &DefaultOpt
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user