Commit 6a44faf7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VNC: don't log passwords

(cherry picked from commit 806e9a457e8b90907e4c964e85dadaef7c9526fb)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 31ef8e65
......@@ -452,10 +452,9 @@ static int Open( vlc_object_t *p_this )
p_sys->p_client->appData.viewOnly = TRUE;
p_sys->p_client->serverPort = ( url.i_port > 0 ) ? url.i_port : 5900;
msg_Dbg( p_demux, "VNC init %s host=%s pass=%s port=%d",
msg_Dbg( p_demux, "VNC init %s host=%s port=%d",
p_demux->psz_location,
p_sys->p_client->serverHost,
url.psz_password,
p_sys->p_client->serverPort );
vlc_UrlClean( &url );
......
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