mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
Before this fix, if an error ocurred reading the metadata, it could be set as nil and then used, causing a crash. This fix changes the readMetadata function so it returns an error, and the error is always set if the metadata returned is nil.