Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e39d63e0
Commit
e39d63e0
authored
Jan 24, 2016
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsm: also store credentials when there is no share
parent
29de47e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/access/dsm/access.c
modules/access/dsm/access.c
+1
-1
No files found.
modules/access/dsm/access.c
View file @
e39d63e0
...
...
@@ -371,7 +371,7 @@ static int login( access_t *p_access )
success:
msg_Warn
(
p_access
,
"Creds: username = '%s', domain = '%s'"
,
psz_login
,
psz_domain
);
if
(
p_sys
->
psz_share
!=
NULL
&&
!
b_guest
)
if
(
!
b_guest
)
{
if
(
asprintf
(
&
p_sys
->
psz_user_opt
,
"smb-user=%s"
,
psz_login
)
==
-
1
)
p_sys
->
psz_user_opt
=
NULL
;
...
...
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