Christie FTP contains certificate chains, not just leaf certificates.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index c37b42e43796193d4fe1276094aca11ab77a7b70..b047f6468b119bf0d430a417b09814e69ff0a95f 100644 (file)
@@ -177,7 +177,7 @@ DolbyDoremiCertificatePanel::do_download ()
        list<string>::const_iterator i = urls.begin ();
        list<string>::const_iterator j = files.begin ();
        while (!ok && i != urls.end ()) {
-               optional<string> error = get_from_zip_url (*i++, *j++, true, true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+               optional<string> error = get_from_zip_url (*i++, *j++, true, true, boost::bind (&DownloadCertificatePanel::load_certificate, this, _1));
                if (error) {
                        errors.push_back (error.get ());
                } else {