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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.9 and 1.10

version 1.9, 2000/12/27 12:34:49 version 1.10, 2001/01/07 19:06:25
Line 414 
Line 414 
         packet_start(SSH_SMSG_SUCCESS);          packet_start(SSH_SMSG_SUCCESS);
         packet_send();          packet_send();
         packet_write_wait();          packet_write_wait();
           xfree(user);
   
         /* Perform session preparation. */          /* Perform session preparation. */
         do_authenticated(pw);          do_authenticated(pw);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10