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
f5fb0923
Commit
f5fb0923
authored
May 20, 2015
by
Thomas Guillem
Browse files
dsm: fix guest detection
parent
fb658352
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dsm/access.c
View file @
f5fb0923
...
...
@@ -419,7 +419,7 @@ static int login( access_t *p_access )
p_sys
->
creds
.
login
,
p_sys
->
creds
.
domain
);
return
VLC_EGENERIC
;
}
else
if
(
smb_session_is_guest
(
p_sys
->
p_session
)
==
1
)
else
if
(
smb_session_is_guest
(
p_sys
->
p_session
)
)
msg_Warn
(
p_access
,
"Login failure but you were logged in as a Guest"
);
return
VLC_SUCCESS
;
...
...
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