[vlc-commits] VNC: don't log passwords

Jean-Baptiste Kempf git at videolan.org
Mon Feb 23 20:38:44 CET 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 23 17:55:56 2015 +0100| [6a44faf7be802a9230b2a949435d488141c78e3f] | committer: Jean-Baptiste Kempf

VNC: don't log passwords

(cherry picked from commit 806e9a457e8b90907e4c964e85dadaef7c9526fb)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=6a44faf7be802a9230b2a949435d488141c78e3f
---

 modules/access/vnc.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/access/vnc.c b/modules/access/vnc.c
index 0aaa17e..256efb9 100644
--- a/modules/access/vnc.c
+++ b/modules/access/vnc.c
@@ -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 );



More information about the vlc-commits mailing list