mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 08:19:38 +08:00

Before this change a circular symlink would cause rclone to error out from the listings. After this change rclone will skip a circular symlink and carry on the listing, producing an error at the end. Fixes #4743