[vlc-devel] [PATCH 2/6] smb: use vlc_UrlParseFixup
Thomas Guillem
thomas at gllm.fr
Tue Dec 5 09:52:25 CET 2017
Refs #18991
---
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 );
--
2.11.0
More information about the vlc-devel
mailing list