diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-31 14:15:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-31 21:50:02 +0200 |
| commit | a682c021f299ab69d9c0ff747dfdb6b76b6ebd9c (patch) | |
| tree | ef9d99a041f499d0dc3b9aeef66445c5d3ed8b42 /src | |
| parent | 7c5e4e6b7a29db93184a57076d05193a8360561d (diff) | |
Fix login denied (67) errors when trying to download certificates
from Dolby.
Backported-from-commit: 746e298e214a65ca9151867b2948560e76b45546
Backported-from-branch: v2.15.x
Diffstat (limited to 'src')
| -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; |
