Skip to content

Commit f0ab457

Browse files
authored
Merge pull request #6887 from nextcloud/backport/6885/stable-3.13
[stable-3.13] Remove unecessary call to sendTransferInfo.
2 parents d65a587 + fab527a commit f0ab457

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)