mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ConnectionMethodDialog: Don't be insecure on close #3863
This commit is contained in:
parent
4144d4672f
commit
c5c1a7a1c3
@ -37,6 +37,7 @@ public:
|
||||
explicit OwncloudConnectionMethodDialog(QWidget *parent = 0);
|
||||
~OwncloudConnectionMethodDialog();
|
||||
enum {
|
||||
Closed = 0,
|
||||
No_TLS,
|
||||
Client_Side_TLS,
|
||||
Back
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user