Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
77ceba81
Commit
77ceba81
authored
Feb 23, 2015
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Feb 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/access/dsm/access.c
modules/access/dsm/access.c
+2
-3
No files found.
modules/access/dsm/access.c
View file @
77ceba81
...
@@ -164,9 +164,8 @@ static int Open( vlc_object_t *p_this )
...
@@ -164,9 +164,8 @@ static int Open( vlc_object_t *p_this )
if
(
get_address
(
p_access
)
!=
VLC_SUCCESS
)
if
(
get_address
(
p_access
)
!=
VLC_SUCCESS
)
goto
error
;
goto
error
;
msg_Dbg
(
p_access
,
"Creds: username = %s, password = %s, domain = %s"
,
msg_Dbg
(
p_access
,
"Creds: username = %s, domain = %s"
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
password
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
domain
);
p_sys
->
creds
.
domain
);
msg_Dbg
(
p_access
,
"Session: Host name = %s, ip = %s"
,
p_sys
->
netbios_name
,
msg_Dbg
(
p_access
,
"Session: Host name = %s, ip = %s"
,
p_sys
->
netbios_name
,
inet_ntoa
(
p_sys
->
addr
)
);
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