Stop invalid dates causing boost::posix_time to raise exceptions.
[dcpomatic.git] / src / wx / qube_certificate_panel.cc
index f6e3049559271e3f161dff2d9d77312068dc0cca..de2ece88959ea0ecdd6da1c0987ac5f38e42c272 100644 (file)
@@ -63,7 +63,7 @@ QubeCertificatePanel::do_download ()
                return;
        }
 
-       optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+       optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load, this, _1));
 
        if (error) {
                _dialog->message()->SetLabel(wxT(""));