[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/fetch.c between version 1.179 and 1.180

version 1.179, 2007/05/24 05:05:18 version 1.180, 2007/06/05 00:31:20
Line 651  fetch_url(const char *url, const char *p
Line 651  fetch_url(const char *url, const char *p
                         }                          }
   
                         if (isproxy) {                          if (isproxy) {
                                   if (restart_point) {
                                           warnx("Can't restart via proxy URL `%s'",
                                               proxyenv);
                                           goto cleanup_fetch_url;
                                   }
                                 if (parse_url(proxyenv, "proxy URL", &purltype,                                  if (parse_url(proxyenv, "proxy URL", &purltype,
                                     &puser, &ppass, &phost, &pport, &portnum,                                      &puser, &ppass, &phost, &pport, &portnum,
                                     &ppath) == -1)                                      &ppath) == -1)

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

CVSweb <webmaster@jp.NetBSD.org>