Commit 77ceba81 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

dsm: don't log password

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1de76cbf
...@@ -164,9 +164,8 @@ static int Open( vlc_object_t *p_this ) ...@@ -164,9 +164,8 @@ static int Open( vlc_object_t *p_this )
if( get_address( p_access ) != VLC_SUCCESS ) if( get_address( p_access ) != VLC_SUCCESS )
goto error; goto error;
msg_Dbg( p_access, "Creds: username = %s, password = %s, domain = %s", msg_Dbg( p_access, "Creds: username = %s, domain = %s",
p_sys->creds.login, p_sys->creds.password, p_sys->creds.login, p_sys->creds.domain );
p_sys->creds.domain );
msg_Dbg( p_access, "Session: Host name = %s, ip = %s", p_sys->netbios_name, msg_Dbg( p_access, "Session: Host name = %s, ip = %s", p_sys->netbios_name,
inet_ntoa( p_sys->addr ) ); inet_ntoa( p_sys->addr ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment