Skip to content

Commit

Permalink
Merge pull request #7522 from nextcloud/backport/7521/stable-3.14
Browse files Browse the repository at this point in the history
[stable-3.14] Add missing brace in FileProviderXPC's fileProviderExtReachable
  • Loading branch information
claucambra authored Nov 20, 2024
2 parents d594cde + 8db2282 commit 8a2939b
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 8a2939b

Please sign in to comment.