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
f0a8251d
Commit
f0a8251d
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 on error
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
5253cf28
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 @
f0a8251d
...
@@ -407,9 +407,8 @@ static int login( access_t *p_access )
...
@@ -407,9 +407,8 @@ static int login( access_t *p_access )
}
}
/* FIXME, Try to force netbios name as domain then WORKGROUP here */
/* FIXME, Try to force netbios name as domain then WORKGROUP here */
msg_Err
(
p_access
,
"Unable to login with username = %s, password = %s, domain = %s"
,
msg_Err
(
p_access
,
"Unable to login with username = %s, domain = %s"
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
password
,
p_sys
->
creds
.
login
,
p_sys
->
creds
.
domain
);
p_sys
->
creds
.
domain
);
return
VLC_EGENERIC
;
return
VLC_EGENERIC
;
}
}
else
if
(
smb_session_is_guest
(
p_sys
->
p_session
)
==
1
)
else
if
(
smb_session_is_guest
(
p_sys
->
p_session
)
==
1
)
...
...
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