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