]> git.sesse.net Git - vlc/blobdiff - modules/access/tcp.c
MKV: code factorisation around extra_data filling
[vlc] / modules / access / tcp.c
index 6c2d50aecacbdedec92cceac1bc2fb0286fe6f6b..3f33b9b1d76820b89b9212d424893f3b868d73b0 100644 (file)
@@ -81,7 +81,7 @@ static int Open( vlc_object_t *p_this )
     access_t     *p_access = (access_t *)p_this;
     access_sys_t *p_sys;
 
-    char         *psz_dup = strdup(p_access->psz_path);
+    char         *psz_dup = strdup(p_access->psz_location);
     char         *psz_parser = psz_dup;
 
     /* Parse server:port */