[Pkg-owncloud-commits] [owncloud-client] 148/218: ConnectionMethodDialog: Don't be insecure on close #3863
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:31:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit c5c1a7a1c3e911fa95ee605ca47ba620c5dfdd5d
Author: Christian Kamm <mail at ckamm.de>
Date: Fri Sep 18 12:12:53 2015 +0200
ConnectionMethodDialog: Don't be insecure on close #3863
---
src/gui/wizard/owncloudconnectionmethoddialog.h | 1 +
src/gui/wizard/owncloudsetuppage.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/gui/wizard/owncloudconnectionmethoddialog.h b/src/gui/wizard/owncloudconnectionmethoddialog.h
index 41cd335..ee3a0a0 100644
--- a/src/gui/wizard/owncloudconnectionmethoddialog.h
+++ b/src/gui/wizard/owncloudconnectionmethoddialog.h
@@ -37,6 +37,7 @@ public:
explicit OwncloudConnectionMethodDialog(QWidget *parent = 0);
~OwncloudConnectionMethodDialog();
enum {
+ Closed = 0,
No_TLS,
Client_Side_TLS,
Back
diff --git a/src/gui/wizard/owncloudsetuppage.cpp b/src/gui/wizard/owncloudsetuppage.cpp
index d3ea76b..1d595bf 100644
--- a/src/gui/wizard/owncloudsetuppage.cpp
+++ b/src/gui/wizard/owncloudsetuppage.cpp
@@ -266,6 +266,7 @@ void OwncloudSetupPage::setErrorString( const QString& err, bool retryHTTPonly )
case OwncloudConnectionMethodDialog::Client_Side_TLS:
slotAskSSLClientCertificate();
break;
+ case OwncloudConnectionMethodDialog::Closed:
case OwncloudConnectionMethodDialog::Back:
default:
// No-op.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list