[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.108 and 1.109

version 1.108, 2006/03/19 18:51:18 version 1.109, 2006/03/20 18:17:20
Line 93 
Line 93 
         dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);          dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
 }  }
   
   /*ARGSUSED*/
 static void  static void
 input_service_request(int type, u_int32_t seq, void *ctxt)  input_service_request(int type, u_int32_t seq, void *ctxt)
 {  {
Line 126 
Line 127 
         xfree(service);          xfree(service);
 }  }
   
   /*ARGSUSED*/
 static void  static void
 input_userauth_request(int type, u_int32_t seq, void *ctxt)  input_userauth_request(int type, u_int32_t seq, void *ctxt)
 {  {

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109