Commit 147ef244 authored by Rémi Duraffort's avatar Rémi Duraffort

Don't print the password in the logs (even debug ones).

(cherry picked from commit 5e432a0d)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 9c5bd059
...@@ -165,8 +165,7 @@ int ParseDirectory( intf_thread_t *p_intf, char *psz_root, ...@@ -165,8 +165,7 @@ int ParseDirectory( intf_thread_t *p_intf, char *psz_root,
password = strdup( p ); password = strdup( p );
} }
} }
msg_Dbg( p_intf, "using user=%s password=%s (read=%d)", msg_Dbg( p_intf, "using user=%s (read=%d)", user, i_size );
user, password, i_size );
fclose( file ); fclose( file );
} }
......
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