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>2022-05-12 16:47:21 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-13 14:08:30 +0300
commitc7fa763aa85fccc4c38856e86d690349a069add1 (patch)
tree2ee0c9c143bfe849151ed13d30a111cb98009174 /src/gui/owncloudgui.cpp
parent4eaf6e3521d0e1eabf6bf5fb3879794c93e6022e (diff)
Allow to use the ConnectionValidator without checking the auth
That way we can use it to check for ssl errors
Diffstat (limited to 'src/gui/owncloudgui.cpp')
-rw-r--r--src/gui/owncloudgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index d418f03b7..d7d4a4535 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -1086,7 +1086,7 @@ void ownCloudGui::runNewAccountWizard()
});
- validator->checkServerAndUpdate();
+ validator->checkServer();
} else {
FolderMan::instance()->setSyncEnabled(true);
}