Commit 1d8cad44 authored by Christophe Mutricy's avatar Christophe Mutricy

Port [11207] to trunk

parent 89c43e2e
...@@ -277,7 +277,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -277,7 +277,7 @@ static int Open( vlc_object_t *p_this )
} }
else else
{ {
char *psz_proxy = getenv( "http_proxy" ); char *psz_proxy = strdup(getenv( "http_proxy" ));
if( psz_proxy && *psz_proxy ) if( psz_proxy && *psz_proxy )
{ {
p_sys->b_proxy = VLC_TRUE; p_sys->b_proxy = VLC_TRUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment