[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.21 and 1.22

version 1.21, 2001/03/21 11:43:44 version 1.22, 2001/03/23 12:02:49
Line 372 
Line 372 
         packet_send();          packet_send();
         packet_write_wait();          packet_write_wait();
   
         xfree(authctxt->user);  
         xfree(authctxt);  
   
         /* Perform session preparation. */          /* Perform session preparation. */
         do_authenticated(authctxt);          do_authenticated(authctxt);
 }  }

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22