mirror of
https://github.com/rclone/rclone
synced 2025-03-21 03:04:23 +01:00

Some WebDAV servers return an empty Available and Used which parses as 0. This caused About to return the Total as 0 which can confused mounted file systems. After this change we ignore the result if Available and Used are both 0. See: https://forum.rclone.org/t/windows-mounted-webdav-drive-has-no-free-space/8938