diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-29 21:59:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-29 21:59:33 +0100 |
| commit | 6a92ad180163bf84aeedc5f955edc13557e6848c (patch) | |
| tree | 7bbb45618676660707d121dc87087830d043e36f /src/wx/gdc_certificate_panel.cc | |
| parent | 851f17048f25a010818db5569e7cd52755dd0604 (diff) | |
Ignore the (unrouteable) FTP passive-mode IP address given byv2.13.157
the Dolby certificate server (#1541).
Diffstat (limited to 'src/wx/gdc_certificate_panel.cc')
| -rw-r--r-- | src/wx/gdc_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index a90f098f5..b0bb31674 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -51,7 +51,7 @@ GDCCertificatePanel::do_download () wx_to_std(_serial->GetValue()) ); - optional<string> error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1)); + optional<string> error = get_from_url (url, true, false, boost::bind (&DownloadCertificatePanel::load, this, _1)); if (error) { _dialog->message()->SetLabel(wxT("")); |
