Fix login denied (67) errors when trying to download certificates
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2020 12:15:40 +0000 (14:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2020 19:50:02 +0000 (21:50 +0200)
from Dolby.

Backported-from-commit: 746e298e214a65ca9151867b2948560e76b45546
Backported-from-branch: v2.15.x

src/wx/dolby_doremi_certificate_panel.cc

index b047f6468b119bf0d430a417b09814e69ff0a95f..0ad3058c287babf1ba645732f7e63328ece6b415 100644 (file)
@@ -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;