Christie FTP contains certificate chains, not just leaf certificates.
[dcpomatic.git] / src / wx / barco_alchemy_certificate_panel.cc
index 84048c65cf98d97b767577668d14e489e9dad93c..a4156a0e63755fb99f15a08baa7bd327266c60b9 100644 (file)
@@ -60,7 +60,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));