- methods/ftp.cc: likewise;
[ntk/apt.git] / methods / ftp.cc
index 0c2aa00..554a24c 100644 (file)
@@ -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";