Commit d274238a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Forward port of 11534

parent 9cd6bb5e
......@@ -261,7 +261,7 @@ static int Open( vlc_object_t *p_this )
#ifdef HAVE_GETENV
else
{
char *psz_proxy = getenv( "HTTP_PROXY" );
char *psz_proxy = getenv( "http_proxy" );
if( psz_proxy && *psz_proxy )
{
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