[vlc-commits] smb: use vlc_UrlParseFixup

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


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

smb: use vlc_UrlParseFixup

Refs #18991

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

 modules/access/smb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/smb.c b/modules/access/smb.c
index 70c79c261d..ce795b398d 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -175,7 +175,7 @@ static int Open( vlc_object_t *p_this )
 # undef open
 #endif
 
-    vlc_UrlParse( &url, p_access->psz_url );
+    vlc_UrlParseFixup( &url, p_access->psz_url );
     if( url.psz_path )
     {
         psz_decoded_path = vlc_uri_decode_duplicate( url.psz_path );



More information about the vlc-commits mailing list