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

Diff for /src/usr.bin/ssh/auth2.c between version 1.43 and 1.44

version 1.43, 2001/02/22 21:59:44 version 1.44, 2001/03/01 02:45:10
Line 576 
Line 576 
                 }                  }
                 if (fail) {                  if (fail) {
                         fclose(f);                          fclose(f);
                         log("%s",buf);                          log("%s", buf);
                         restore_uid();                          restore_uid();
                         return 0;                          return 0;
                 }                  }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44