summaryrefslogtreecommitdiff
path: root/src/wx/gdc_certificate_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-14 20:35:32 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-14 20:35:32 +0200
commit2c844e57ed5c54e65a2b4484f02907122a03361e (patch)
tree5b23c93ab8c2a57e0d85564af3dcb70e9a1d18b6 /src/wx/gdc_certificate_panel.cc
parent8c7ad603cf0a534abe1a920b70b0daa095257d3a (diff)
Christie FTP contains certificate chains, not just leaf certificates.
Diffstat (limited to 'src/wx/gdc_certificate_panel.cc')
-rw-r--r--src/wx/gdc_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc
index a4301087d..ffd7de52f 100644
--- a/src/wx/gdc_certificate_panel.cc
+++ b/src/wx/gdc_certificate_panel.cc
@@ -53,7 +53,7 @@ GDCCertificatePanel::do_download ()
wx_to_std(_serial->GetValue())
);
- optional<string> error = get_from_url (url, true, false, boost::bind (&DownloadCertificatePanel::load, this, _1));
+ optional<string> error = get_from_url (url, true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
if (error) {
_dialog->message()->SetLabel(wxT(""));