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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.23.2.4 and 1.23.2.5

version 1.23.2.4, 2001/03/12 15:44:07 version 1.23.2.5, 2001/03/21 18:52:33
Line 186 
Line 186 
                 }                  }
                 if (fail) {                  if (fail) {
                         fclose(f);                          fclose(f);
                         log("%s",buf);                          log("%s", buf);
                         packet_send_debug("%s",buf);                          packet_send_debug("%s", buf);
                         restore_uid();                          restore_uid();
                         return 0;                          return 0;
                 }                  }

Legend:
Removed from v.1.23.2.4  
changed lines
  Added in v.1.23.2.5