]> git.sesse.net Git - vlc/commitdiff
VNC: don't log passwords
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2015 16:55:56 +0000 (17:55 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2015 16:55:56 +0000 (17:55 +0100)
modules/access/vnc.c

index a7b1522e59cfb557390b1c56e78ca472b25c1966..4a4a94f12d6629cd99158d446e9fc7804ad04a52 100644 (file)
@@ -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 );