Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added check to see if the SSL certificate information actually exists when running...
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 9 Jul 2016 09:58:53 +0000 (10:58 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 9 Jul 2016 09:58:53 +0000 (10:58 +0100)
source/frmMain.cpp

index 0b1eb39..ac703d8 100644 (file)
@@ -2595,7 +2595,7 @@ void frmMain::ShowSSLCertificates( wxCommandEvent &event ){
 
                        // Setup and display the form.
 
-                       if (SSLCertificateIter->second->pCertInfo == NULL){
+                       if (SSLCertificateIter == AccountCertificateData.end() || SSLCertificateIter->second->pCertInfo == NULL){
 
                                wxMessageBox("No certificate information is available due to invalid connection details, connection being in progress or invalid certificate data received.");
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy