Skip to content

Commit

Permalink
Merge pull request #7521 from nextcloud/bugfix/conflict-bad-xpc-vfs
Browse files Browse the repository at this point in the history
Add missing brace in FileProviderXPC's fileProviderExtReachable
  • Loading branch information
claucambra authored Nov 20, 2024
2 parents 8797243 + 5e778f9 commit d3677a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/macOS/fileproviderxpc_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
}

bool FileProviderXPC::fileProviderExtReachable(const QString &extensionAccountId, const bool retry, const bool reconfigureOnFail)
{
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
if (!retry
&& !reconfigureOnFail
Expand Down

0 comments on commit d3677a5

Please sign in to comment.