From 421fd5926877699ed9e29451d6857f6045749ede Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 25 Jun 2005 13:00:59 +0000 Subject: [PATCH] back to http_proxy in lowercase --- modules/access/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/http.c b/modules/access/http.c index 46e8dd434b..84b7c36c6d 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -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; -- 2.39.2