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

Diff for /src/usr.bin/ftp/ftp.c between version 1.59 and 1.60

version 1.59, 2005/11/13 20:26:09 version 1.60, 2006/01/10 18:12:46
Line 200 
Line 200 
                                 warn("connect to address %s", hbuf);                                  warn("connect to address %s", hbuf);
                         }                          }
                         cause = "connect";                          cause = "connect";
                           error = errno;
                         close(s);                          close(s);
                           errno = error;
                         s = -1;                          s = -1;
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60