1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-09 12:03:20 +00:00

b2 with crypt: fix crash when uploading large files - fixes #673

This commit is contained in:
Nick Craig-Wood
2016-09-05 18:10:01 +01:00
parent b3d0848d09
commit 2eaac80c86

View File

@@ -468,6 +468,7 @@ func AccountByPart(obj Object) *Account {
acc := Stats.inProgress.get(obj.Remote())
if acc == nil {
Debug(obj, "Didn't find object to account part transfer")
return nil
}
acc.disableWholeFileAccounting()
return acc