Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-04 17:52:04 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-05 18:14:39 +0300
commitbb2d7b98a452f1e660986d04367d49ec4aa240e9 (patch)
tree65c0c26ed5e54385bbc1bc8b7340714e6f4cdadd /src/gui/accountstate.cpp
parent2d0d866d35e35e1350154381eb5b50148595bd8f (diff)
Remove support for client side certificates
Diffstat (limited to 'src/gui/accountstate.cpp')
-rw-r--r--src/gui/accountstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp
index 44a3db37b..766729e86 100644
--- a/src/gui/accountstate.cpp
+++ b/src/gui/accountstate.cpp
@@ -257,7 +257,7 @@ void AccountState::checkConnectivity(bool blockJobs)
}
// If we never fetched credentials, do that now - otherwise connection attempts
- // make little sense, we might be missing client certs.
+ // make little sense.
if (!account()->credentials()->wasFetched()) {
_waitingForNewCredentials = true;
account()->credentials()->fetchFromKeychain();