mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
517e7d9271
This was caused by nested calls to NewTransfer/Done. This fixes the problem by only incrementing transfers if the remote is present in the transferMap which means we only increment it once.