[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.81 and 1.82

version 1.81, 2016/08/20 20:18:42 version 1.82, 2017/01/11 13:40:24
Line 221 
Line 221 
         struct passwd *pw;          struct passwd *pw;
   
 #ifndef SMALL  #ifndef SMALL
         if (user == NULL) {          if (user == NULL && !anonftp) {
                 if (ruserpass(host, &user, &pass, &acctname) < 0) {                  if (ruserpass(host, &user, &pass, &acctname) < 0) {
                         code = -1;                          code = -1;
                         return (0);                          return (0);

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82