[vlc-commits] dsm: use vlc_UrlParseFixup
Thomas Guillem
git at videolan.org
Thu Dec 7 09:27:53 CET 2017
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec 5 09:49:29 2017 +0100| [726c7c51ce36c01c29b76b6c513bdce73e1dee1d] | committer: Thomas Guillem
dsm: use vlc_UrlParseFixup
Refs #18991
(cherry picked from commit 84c6754f910967885b39ec292ddfb35a563b006e)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=726c7c51ce36c01c29b76b6c513bdce73e1dee1d
---
modules/access/dsm/access.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/access/dsm/access.c b/modules/access/dsm/access.c
index 2e5cea9f7b..a58f8f52db 100644
--- a/modules/access/dsm/access.c
+++ b/modules/access/dsm/access.c
@@ -140,7 +140,8 @@ static int Open( vlc_object_t *p_this )
if( p_sys->p_session == NULL )
goto error;
- vlc_UrlParse( &p_sys->url, p_access->psz_url );
+ vlc_UrlParseFixup( &p_sys->url, p_access->psz_url );
+
if( get_address( p_access ) != VLC_SUCCESS )
goto error;
More information about the vlc-commits
mailing list