mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Merge pull request #7521 from nextcloud/bugfix/conflict-bad-xpc-vfs
Add missing brace in FileProviderXPC's fileProviderExtReachable
This commit is contained in:
commit
d3677a583d
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void FileProviderXPC::createDebugArchiveForExtension(const QString &extensionAcc
|
|||
}
|
||||
|
||||
bool FileProviderXPC::fileProviderExtReachable(const QString &extensionAccountId, const bool retry, const bool reconfigureOnFail)
|
||||
{
|
||||
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
|
||||
if (!retry
|
||||
&& !reconfigureOnFail
|
||||
|
|
Loading…
Reference in a new issue