Skip to content

Commit 7fc2378

Browse files
authored
Merge pull request #6913 from nextcloud/backport/6885/stable-3.12
Remove unecessary call to sendTransferInfo.
2 parents 0e4bb63 + a78a8a7 commit 7fc2378

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsync/vfs/cfapi/cfapiwrapper.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ void CALLBACK cfApiFetchDataCallback(const CF_CALLBACK_INFO *callbackInfo, const
246246
protrudingData.clear();
247247
if (data.size() < cfapiBlockSize) {
248248
protrudingData = data;
249-
sendTransferInfo(data, dataOffset);
250-
dataOffset += data.size();
251249
return;
252250
}
253251
const auto protudingSize = data.size() % cfapiBlockSize;

0 commit comments

Comments
 (0)