mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:21:10 +08:00
3ca766b2f1
When f.opt.MaxAge == 0, f.db is never set, however several methods later assume it is set and attempt to access it, causing an invalid memory address error. This change fixes the issue in a few spots (there may still be others I haven't yet encountered.) |
||
---|---|---|
.. | ||
bolt.go | ||
internal_test.go | ||
types.go | ||
unsupported.go |