[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.20 and 1.21

version 1.20, 2001/03/20 18:57:04 version 1.21, 2001/03/21 11:43:44
Line 376 
Line 376 
         xfree(authctxt);          xfree(authctxt);
   
         /* Perform session preparation. */          /* Perform session preparation. */
         do_authenticated(pw);          do_authenticated(authctxt);
 }  }

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