[vlc-commits] dsm: no password for Guest user
Thomas Guillem
git at videolan.org
Fri Jul 15 11:37:30 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jul 15 11:36:10 2016 +0200| [8ca8e2b376901f6b402b27760d148a1b8e2a9e7a] | committer: Thomas Guillem
dsm: no password for Guest user
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ca8e2b376901f6b402b27760d148a1b8e2a9e7a
---
modules/access/dsm/access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/dsm/access.c b/modules/access/dsm/access.c
index d3db35f..b16ed70 100644
--- a/modules/access/dsm/access.c
+++ b/modules/access/dsm/access.c
@@ -325,7 +325,7 @@ static int login( access_t *p_access )
if( !credential.psz_username )
{
psz_login = "Guest";
- psz_password = "Guest";
+ psz_password = "";
b_guest = true;
}
else
More information about the vlc-commits
mailing list