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

back to http_proxy in lowercase

parent 17123bde
......@@ -278,7 +278,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