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

Diff for /src/usr.bin/ftp/util.c between version 1.45 and 1.46

version 1.45, 2006/11/02 01:51:33 version 1.46, 2007/06/06 19:15:33
Line 253 
Line 253 
         int n, aflag = 0, retry = 0;          int n, aflag = 0, retry = 0;
         struct passwd *pw;          struct passwd *pw;
   
   #ifndef SMALL
         if (user == NULL) {          if (user == NULL) {
                 if (ruserpass(host, &user, &pass, &acctname) < 0) {                  if (ruserpass(host, &user, &pass, &acctname) < 0) {
                         code = -1;                          code = -1;
                         return (0);                          return (0);
                 }                  }
         }          }
   #endif
   
         /*          /*
          * Set up arguments for an anonymous FTP session, if necessary.           * Set up arguments for an anonymous FTP session, if necessary.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46