mirror of
https://github.com/rclone/rclone.git
synced 2026-01-10 04:23:28 +00:00
startedTransfers is accessed by multiple threads, and it wasn't protected by the mutex call in Transferred() func. Fixes #4799
startedTransfers is accessed by multiple threads, and it wasn't protected by the mutex call in Transferred() func. Fixes #4799