Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a1d07250
Commit
a1d07250
authored
Dec 03, 2006
by
Rémi Denis-Courmont
Browse files
Same as previous commit, for invalid MMS URLs
parent
866583cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/mms/mmstu.c
View file @
a1d07250
...
...
@@ -114,6 +114,7 @@ int E_(MMSTUOpen)( access_t *p_access )
{
msg_Err
(
p_access
,
"invalid server name"
);
vlc_UrlClean
(
&
p_sys
->
url
);
free
(
p_sys
);
return
VLC_EGENERIC
;
}
if
(
p_sys
->
url
.
i_port
<=
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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