[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.141 and 1.142

version 1.141, 2017/05/31 05:34:14 version 1.142, 2017/05/31 07:00:13
Line 159 
Line 159 
         ssh->authctxt = authctxt;               /* XXX move to caller */          ssh->authctxt = authctxt;               /* XXX move to caller */
         ssh_dispatch_init(ssh, &dispatch_protocol_error);          ssh_dispatch_init(ssh, &dispatch_protocol_error);
         ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request);          ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request);
         ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success, ssh);          ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success);
         ssh->authctxt = NULL;          ssh->authctxt = NULL;
 }  }
   

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142