Repair chunked uploads
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 13 Jan 2021 17:00:19 +0000 (18:00 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 13 Jan 2021 17:00:19 +0000 (18:00 +0100)
commit5325e058d811106d551f941b4975118e5b2e41ee
tree50981a548acbbe3dd3aa6a0df4cb19e20bc82824
parentf7be923b7347556ca4d57e42b74024a5b38701f2
Repair chunked uploads

There's been a confusion between the chunk number and the chunk
offset leading to corruptions... Let's pass the proper offset to
the UploadDevice again.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/propagateuploadng.cpp