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

Diff for /src/usr.bin/ftp/fetch.c between version 1.75 and 1.76

version 1.75, 2007/11/26 12:39:00 version 1.76, 2008/06/15 03:11:28
Line 984 
Line 984 
                 if (debug)                  if (debug)
                         fprintf(ttyout,                          fprintf(ttyout,
                             "user %s:%s host %s port %s dir %s file %s\n",                              "user %s:%s host %s port %s dir %s file %s\n",
                             username, pass, host, portnum, dir, file);                              username, pass ? "XXXX" : NULL, host, portnum,
                               dir, file);
   
                 /*                  /*
                  * Set up the connection.                   * Set up the connection.

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76