[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.47 and 1.48

version 1.47, 2001/03/20 18:57:04 version 1.48, 2001/03/21 11:43:44
Line 116 
Line 116 
         dispatch_init(&protocol_error);          dispatch_init(&protocol_error);
         dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);          dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);
         dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);          dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
         do_authenticated2(authctxt);          do_authenticated(authctxt);
 }  }
   
 void  void

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48