[vlc-commits] smb: use vlc_UrlParseFixup
Thomas Guillem
git at videolan.org
Thu Dec 7 09:27:52 CET 2017
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec 5 09:49:18 2017 +0100| [6b3b086eab3af2c8267d99ec564020b60a8148f4] | committer: Thomas Guillem
smb: use vlc_UrlParseFixup
Refs #18991
(cherry picked from commit 762ca1e8a01278b34ddb34765f3339690aad5d2e)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6b3b086eab3af2c8267d99ec564020b60a8148f4
---
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