[vlc-devel] [PATCH 3/6] dsm: use vlc_UrlParseFixup

Thomas Guillem thomas at gllm.fr
Tue Dec 5 09:52:26 CET 2017


Refs #18991
---
 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;
 
-- 
2.11.0



More information about the vlc-devel mailing list