Commit b010250d authored by Antoine Cellerier's avatar Antoine Cellerier

[vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com

(needs backporting)
parent de0420fb
......@@ -331,7 +331,7 @@ void E_(MacroDo)( httpd_file_sys_t *p_args,
p_input = E_(MRLParse)( p_intf, mrl, psz_name );
if( !p_input || p_input->psz_uri ||
if( !p_input || !p_input->psz_uri ||
!*p_input->psz_uri )
{
msg_Dbg( p_intf, "invalid requested mrl: %s", mrl );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment