diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-31 14:15:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-31 14:15:40 +0200 |
| commit | 746e298e214a65ca9151867b2948560e76b45546 (patch) | |
| tree | bb24d8d57a0f34588dfe42bdc6adb212c047714e | |
| parent | 47245166de02206389a0cb18aae7de35f8517c7d (diff) | |
Fix login denied (67) errors when trying to download certificatesv2.15.100
from Dolby.
| -rw-r--r-- | src/wx/dolby_doremi_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc index b047f6468..0ad3058c2 100644 --- a/src/wx/dolby_doremi_certificate_panel.cc +++ b/src/wx/dolby_doremi_certificate_panel.cc @@ -145,7 +145,7 @@ DolbyDoremiCertificatePanel::do_download () /* Try dcp2000, imb and ims prefixes (see mantis #375) */ - string const prefix = "ftp://anonymous@ftp.cinema.dolby.com/Certificates/"; + string const prefix = "ftp://ftp.cinema.dolby.com/Certificates/"; list<string> urls; list<string> files; |
