Skip to content

Commit

Permalink
Merge pull request #6027 from nextcloud/bugfix/remove-locktimeout-con…
Browse files Browse the repository at this point in the history
…dition

Remove locketimeout condition.
  • Loading branch information
mgallien authored Sep 6, 2023
2 parents ed379f2 + f8a2826 commit 23d324b
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 23d324b

Please sign in to comment.