mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add missing brace in FileProviderXPC's fileProviderExtReachable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
8797243fd2
commit
5e778f96c6
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)
|
bool FileProviderXPC::fileProviderExtReachable(const QString &extensionAccountId, const bool retry, const bool reconfigureOnFail)
|
||||||
|
{
|
||||||
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
|
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
|
||||||
if (!retry
|
if (!retry
|
||||||
&& !reconfigureOnFail
|
&& !reconfigureOnFail
|
||||||
|
|
Loading…
Reference in a new issue