[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.88 and 1.89

version 1.88, 2009/06/04 20:58:34 version 1.89, 2009/06/04 23:37:09
Line 1010 
Line 1010 
                 }                  }
                 oautologin = autologin;                  oautologin = autologin;
                 if (username == NULL)                  if (username == NULL)
                         anonftp = 1;    /* Handle "automatic" transfers. */                          anonftp = 1;
                 else                  else {
                           anonftp = 0;
                         autologin = 0;                          autologin = 0;
                   }
                 setpeer(xargc, xargv);                  setpeer(xargc, xargv);
                 autologin = oautologin;                  autologin = oautologin;
                 if (connected == 0 ||                  if (connected == 0 ||

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89