forked from TrueCloudLab/rclone
b2 with crypt: fix crash when uploading large files - fixes #673
This commit is contained in:
parent
b3d0848d09
commit
2eaac80c86
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ func AccountByPart(obj Object) *Account {
|
||||||
acc := Stats.inProgress.get(obj.Remote())
|
acc := Stats.inProgress.get(obj.Remote())
|
||||||
if acc == nil {
|
if acc == nil {
|
||||||
Debug(obj, "Didn't find object to account part transfer")
|
Debug(obj, "Didn't find object to account part transfer")
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
acc.disableWholeFileAccounting()
|
acc.disableWholeFileAccounting()
|
||||||
return acc
|
return acc
|
||||||
|
|
Loading…
Add table
Reference in a new issue