]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
* star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc
[apt.git] / methods / ftp.cc
index fafa10534c4fd38e26e6fb19b65a6cedb3d2f483..00d3476c837c42ed9af0c181b1d5ee26075b3a5d 100644 (file)
@@ -1098,7 +1098,8 @@ int main(int argc,const char *argv[])
         char S[300];
         snprintf(S,sizeof(S),"http_proxy=%s",getenv("ftp_proxy"));
         putenv(S);
-        putenv("no_proxy=");
+        //mvo: why should we unset no_proxy here?
+        //putenv("no_proxy=");
         
         // Run the http method
         string Path = flNotFile(argv[0]) + "http";