Commit 6ff0649d authored by Jean-Paul Saman's avatar Jean-Paul Saman

Backport of revision: 13525

parent 2dcf0fda
......@@ -215,7 +215,7 @@ static int Open( vlc_object_t *p_this )
goto error;
}
p_sys->psz_host = strdup( url.psz_host );
p_sys->psz_host = strdup( url.psz_host ? url.psz_host : "0.0.0.0" );
p_sys->psz_path = strdup( url.psz_path ? url.psz_path : "/" );
p_sys->i_port = url.i_port;
......
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