[BACK]Return to monitor.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/monitor.c between version 1.226 and 1.227

version 1.226, 2021/04/30 04:02:52 version 1.227, 2021/07/02 05:11:20
Line 848 
Line 848 
   
         if ((r = sshbuf_get_cstring(m, &response, NULL)) != 0)          if ((r = sshbuf_get_cstring(m, &response, NULL)) != 0)
                 fatal_fr(r, "parse");                  fatal_fr(r, "parse");
         authok = options.challenge_response_authentication &&          authok = options.kbd_interactive_authentication &&
             auth_userresponse(authctxt->as, response, 0);              auth_userresponse(authctxt->as, response, 0);
         authctxt->as = NULL;          authctxt->as = NULL;
         debug3_f("<%s> = <%d>", response, authok);          debug3_f("<%s> = <%d>", response, authok);

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227