[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.37 and 1.38

version 1.37, 2001/02/07 22:35:46 version 1.38, 2001/02/08 18:12:30
Line 437 
Line 437 
                                 packet_put_string(pkblob, blen);                                  packet_put_string(pkblob, blen);
                                 packet_send();                                  packet_send();
                                 packet_write_wait();                                  packet_write_wait();
                                 authenticated = -1;                                  authctxt->postponed = 1;
                         }                          }
                 }                  }
                 if (authenticated != 1)                  if (authenticated != 1)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38