From: Steve Brokenshire Date: Mon, 11 Apr 2016 21:49:34 +0000 (+0100) Subject: Fixed missing SSLCertCollection(s) for *nix builds. X-Git-Tag: release-0.12~10 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=f125e74b6db8cc35afe15168f9f06256f6b35d35 Fixed missing SSLCertCollection(s) for *nix builds. --- diff --git a/source/actmgr/frmActivityMgr.cpp b/source/actmgr/frmActivityMgr.cpp index ebb425c..6cf9ad7 100644 --- a/source/actmgr/frmActivityMgr.cpp +++ b/source/actmgr/frmActivityMgr.cpp @@ -371,6 +371,8 @@ void frmActivityMgr::ProcessTasksThread() SSLInvalidCertNotifObj SSLICNProcData; + SSLCertCollection certcol = ConnHandle.GetCertificateData(); + bool *PauseMode = new bool; QRNotif qrn; @@ -558,6 +560,8 @@ void frmActivityMgr::ProcessTasksThread() SSLInvalidCertNotifObj SSLICNProcData; + SSLCertCollection certcol = ConnHandle.GetCertificateData(); + bool *PauseMode = new bool; QRNotif qrn;