mirror of
https://github.com/rclone/rclone.git
synced 2026-07-25 15:06:49 -04: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