Skip to content

Commit

Permalink
Merge pull request #6028 from nextcloud/backport/6027/stable-3.10
Browse files Browse the repository at this point in the history
[stable-3.10] Remove locketimeout condition.
  • Loading branch information
mgallien authored Sep 6, 2023
2 parents 4c9eabd + 8fefb60 commit 1d8e64d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libsync/lockfilejobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ SyncJournalFileRecord LockFileJob::handleReply()
if (_lockTime <= 0) {
return record;
}

if (_lockTimeout <= 0) {
return record;
}
}

const auto relativePathInDb = path().mid(_remoteSyncPathWithTrailingSlash.size());
Expand Down

0 comments on commit 1d8e64d

Please sign in to comment.