]> git.sesse.net Git - vlc/commitdiff
ftp: let the user see the password in the conf (was a bad idea to hide it).
authorRémi Duraffort <ivoire@videolan.org>
Thu, 3 Sep 2009 09:23:20 +0000 (11:23 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 3 Sep 2009 09:23:20 +0000 (11:23 +0200)
modules/access/ftp.c

index 7a463e93090c9f4b5982dd379fa128674472b516..dffea0dd7a0cad40ab772d5cbb55146d72aefe40 100644 (file)
@@ -79,8 +79,8 @@ vlc_module_begin ()
         change_safe()
     add_string( "ftp-user", "anonymous", NULL, USER_TEXT, USER_LONGTEXT,
                 false )
-    add_password( "ftp-pwd", "anonymous@example.com", NULL, PASS_TEXT,
-                  PASS_LONGTEXT, false )
+    add_string( "ftp-pwd", "anonymous@example.com", NULL, PASS_TEXT,
+                PASS_LONGTEXT, false )
     add_string( "ftp-account", "anonymous", NULL, ACCOUNT_TEXT,
                 ACCOUNT_LONGTEXT, false )
     add_shortcut( "ftp" )