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/gdc_certificate_panel.cc | |
| parent | 8c7ad603cf0a534abe1a920b70b0daa095257d3a (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.cc | 2 |
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("")); |
