mirror of
https://github.com/rclone/rclone.git
synced 2026-01-09 03:53:17 +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