[vlc-devel] [PATCH] No ':pass' for http. msgid-count--

Christoph Miebach christoph.miebach at web.de
Wed May 1 14:22:45 CEST 2013


---
 modules/access/mms/mms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/mms/mms.c b/modules/access/mms/mms.c
index 5633c10..93e1544 100644
--- a/modules/access/mms/mms.c
+++ b/modules/access/mms/mms.c
@@ -58,7 +58,7 @@ static void Close( vlc_object_t * );
 #define PROXY_TEXT N_("HTTP proxy")
 #define PROXY_LONGTEXT N_( \
     "HTTP proxy to be used It must be of the form " \
-    "http://[user[:pass]@]myproxy.mydomain:myport/ ; " \
+    "http://[user@]myproxy.mydomain:myport/ ; " \
     "if empty, the http_proxy environment variable will be tried." )
 
 #define TIMEOUT_TEXT N_("TCP/UDP timeout (ms)")
-- 
1.8.1.4




More information about the vlc-devel mailing list