[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.168 and 1.169

version 1.168, 2006/04/28 19:59:44 version 1.169, 2006/04/28 20:02:07
Line 1618  fetch_ftp(const char *url)
Line 1618  fetch_ftp(const char *url)
                 rval = 0;                  rval = 0;
   
  cleanup_fetch_ftp:   cleanup_fetch_ftp:
           FREEPTR(port);
         FREEPTR(host);          FREEPTR(host);
         FREEPTR(path);          FREEPTR(path);
         FREEPTR(user);          FREEPTR(user);

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb <webmaster@jp.NetBSD.org>