Christie FTP contains certificate chains, not just leaf certificates.
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index b0bb31674458fc7711a7c6bf634660f1ba73dcb9..2d47b427ee95e8b1d56500373cd49de661de53d3 100644 (file)
@@ -51,7 +51,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(""));