Skip to content
Snippets Groups Projects
Commit 5326fdbd authored by Lyndon Brown's avatar Lyndon Brown Committed by Jean-Baptiste Kempf
Browse files

core: --socks-pwd is a password option

(cherry picked from commit 8aeef92e)
parent d9de9c3e
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!230[backport] mark password options as password types
......@@ -1829,7 +1829,7 @@ vlc_module_begin ()
SOCKS_SERVER_TEXT, SOCKS_SERVER_LONGTEXT, true )
add_string( "socks-user", NULL,
SOCKS_USER_TEXT, SOCKS_USER_LONGTEXT, true )
add_string( "socks-pwd", NULL,
add_password( "socks-pwd", NULL,
SOCKS_PASS_TEXT, SOCKS_PASS_LONGTEXT, true )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment