[vlc-commits] dsm: use vlc_UrlParseFixup

Thomas Guillem git at videolan.org
Wed Dec 6 10:13:26 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec  5 09:49:29 2017 +0100| [84c6754f910967885b39ec292ddfb35a563b006e] | committer: Thomas Guillem

dsm: use vlc_UrlParseFixup

Refs #18991

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84c6754f910967885b39ec292ddfb35a563b006e
---

 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