From dd4f9881b1751bef806c1ec5e4c4e4cbdb04897b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 12 Mar 2017 12:42:51 +0000 Subject: [PATCH] frmEditAccount: Fixed bug on Linux systems where prefix detection failed --- source/frmEditAccount.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/frmEditAccount.cpp b/source/frmEditAccount.cpp index b4f25a7..67df523 100644 --- a/source/frmEditAccount.cpp +++ b/source/frmEditAccount.cpp @@ -167,8 +167,6 @@ void frmEditAccount::DetectAddressBook( wxCommandEvent& event ) TestConnection.BypassSSLVerification(true); COConnectResult TestConnectionResult = TestConnection.Connect(true); - - TestConnection.BypassSSLVerification(false); } else if (SSLResult == 2){ -- 2.39.2