Skip to content

Commit

Permalink
Merge pull request #6887 from nextcloud/backport/6885/stable-3.13
Browse files Browse the repository at this point in the history
[stable-3.13] Remove unecessary call to sendTransferInfo.
  • Loading branch information
camilasan authored Jul 8, 2024
2 parents d65a587 + fab527a commit f0ab457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsync/vfs/cfapi/cfapiwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ void CALLBACK cfApiFetchDataCallback(const CF_CALLBACK_INFO *callbackInfo, const
protrudingData.clear();
if (data.size() < cfapiBlockSize) {
protrudingData = data;
sendTransferInfo(data, dataOffset);
dataOffset += data.size();
return;
}
const auto protudingSize = data.size() % cfapiBlockSize;
Expand Down

0 comments on commit f0ab457

Please sign in to comment.