Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
77ceba81
Commit
77ceba81
authored
Feb 23, 2015
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Feb 23, 2015
Browse files
dsm: don't log password
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
1de76cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dsm/access.c
View file @
77ceba81
...
...
@@ -164,9 +164,8 @@ static int Open( vlc_object_t *p_this )
if
(
get_address
(
p_access
)
!=
VLC_SUCCESS
)
goto
error
;
msg_Dbg
(
p_access
,
"Creds: username = %s, password = %s, domain = %s"
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
password
,
p_sys
->
creds
.
domain
);
msg_Dbg
(
p_access
,
"Creds: username = %s, domain = %s"
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
domain
);
msg_Dbg
(
p_access
,
"Session: Host name = %s, ip = %s"
,
p_sys
->
netbios_name
,
inet_ntoa
(
p_sys
->
addr
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment