diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-14 20:35:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-14 20:35:32 +0200 |
| commit | 2c844e57ed5c54e65a2b4484f02907122a03361e (patch) | |
| tree | 5b23c93ab8c2a57e0d85564af3dcb70e9a1d18b6 /src/wx/qube_certificate_panel.cc | |
| parent | 8c7ad603cf0a534abe1a920b70b0daa095257d3a (diff) | |
Christie FTP contains certificate chains, not just leaf certificates.
Diffstat (limited to 'src/wx/qube_certificate_panel.cc')
| -rw-r--r-- | src/wx/qube_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/qube_certificate_panel.cc b/src/wx/qube_certificate_panel.cc index de2ece889..3def3b9d4 100644 --- a/src/wx/qube_certificate_panel.cc +++ b/src/wx/qube_certificate_panel.cc @@ -63,7 +63,7 @@ QubeCertificatePanel::do_download () return; } - optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load, this, _1)); + optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1)); if (error) { _dialog->message()->SetLabel(wxT("")); |
