X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/fa7733bcf513215a5e8cbd6d9be3d867444b5f1e..ef48e3ae39501a416274e55067412e5d6048fa43:/methods/ftp.cc diff --git a/methods/ftp.cc b/methods/ftp.cc index 0c2aa00a7..554a24cf5 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -1101,7 +1101,7 @@ 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="); + putenv((char *)"no_proxy="); // Run the http method string Path = flNotFile(argv[0]) + "http";