[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.11 and 1.12

version 1.11, 2000/06/19 00:50:11 version 1.12, 2000/07/07 03:55:03
Line 438 
Line 438 
                         }                          }
                 }                  }
                 if (fail) {                  if (fail) {
                         log(buf);  
                         fclose(f);                          fclose(f);
                           log("%s",buf);
                         restore_uid();                          restore_uid();
                         return 0;                          return 0;
                 }                  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12