summaryrefslogtreecommitdiff
path: root/src/wx/barco_alchemy_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/barco_alchemy_certificate_panel.cc
parent8c7ad603cf0a534abe1a920b70b0daa095257d3a (diff)
Christie FTP contains certificate chains, not just leaf certificates.
Diffstat (limited to 'src/wx/barco_alchemy_certificate_panel.cc')
-rw-r--r--src/wx/barco_alchemy_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/barco_alchemy_certificate_panel.cc b/src/wx/barco_alchemy_certificate_panel.cc
index 47dd85e07..d105b4a9c 100644
--- a/src/wx/barco_alchemy_certificate_panel.cc
+++ b/src/wx/barco_alchemy_certificate_panel.cc
@@ -61,7 +61,7 @@ BarcoAlchemyCertificatePanel::do_download ()
serial
);
- 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(""));
error_dialog (this, std_to_wx(*error));