From 09deb06614c3408ec0816a3c88920138bae2083c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 10 Sep 2004 05:26:00 +0000 Subject: Load /tmp/tmp.BmUFjT/libxml2-2.6.13 into packages/libxml2/branches/upstream/current. --- nanohttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanohttp.c') diff --git a/nanohttp.c b/nanohttp.c index 23923b6..ad46b8d 100644 --- a/nanohttp.c +++ b/nanohttp.c @@ -223,7 +223,7 @@ xmlNanoHTTPInit(void) { if (proxy == NULL) { proxyPort = 80; env = getenv("no_proxy"); - if (env != NULL) + if (env && ((env[0] == '*') && (env[1] == 0))) goto done; env = getenv("http_proxy"); if (env != NULL) { -- cgit v1.2.3