Commit a6703345 authored by Christophe Mutricy's avatar Christophe Mutricy

That was forgotten in [18758]

parent 8519152a
...@@ -182,7 +182,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -182,7 +182,7 @@ static int Open( vlc_object_t *p_this )
psz_accessname = psz_parser = strdup( p_access->psz_path ); psz_accessname = psz_parser = strdup( p_access->psz_path );
if( !p_access->psz_name ) if( !p_access->psz_path )
{ {
msg_Err( p_access, msg_Err( p_access,
"please specify url=user:password@host:port/mountpoint" ); "please specify url=user:password@host:port/mountpoint" );
......
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