mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 00:53:43 +00:00
mountlib: pass options in fsys not as args
This commit is contained in:
@@ -165,7 +165,7 @@ func (f *File) OpenRead() (fh *ReadFileHandle, err error) {
|
||||
}
|
||||
fs.Debugf(o, "File.OpenRead")
|
||||
|
||||
fh, err = newReadFileHandle(f, o, f.d.fsys.noSeek)
|
||||
fh, err = newReadFileHandle(f, o)
|
||||
err = errors.Wrap(err, "open for read")
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user