]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
Sync with apt@packages.debian.org/apt--main--0--patch-74
[apt.git] / methods / ftp.cc
index c115e165ddd405705b7f0f7f0fcf9579766d5e9b..fafa10534c4fd38e26e6fb19b65a6cedb3d2f483 100644 (file)
@@ -1098,9 +1098,6 @@ int main(int argc,const char *argv[])
         char S[300];
         snprintf(S,sizeof(S),"http_proxy=%s",getenv("ftp_proxy"));
         putenv(S);
-        // mvo: because we switch from ftp to http we have to unset
-        //      "no_proxy". otherwise the http method would try to 
-        //      get a ftp url using http (see #283718)
         putenv("no_proxy=");
         
         // Run the http method