Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8072 by zmatsuo, Fri Sep 6 13:02:52 2019 UTC revision 8086 by yutakapon, Sat Sep 7 12:18:28 2019 UTC
# Line 1316  void AUTH_notify_end_error(PTInstVar pva Line 1316  void AUTH_notify_end_error(PTInstVar pva
1316    
1317  void AUTH_advance_to_next_cred(PTInstVar pvar)  void AUTH_advance_to_next_cred(PTInstVar pvar)
1318  {  {
1319            logprintf(LOG_LEVEL_VERBOSE, "User authentication will be shown by %d method.", pvar->auth_state.cur_cred.method);
1320    
1321          pvar->auth_state.failed_method = pvar->auth_state.cur_cred.method;          pvar->auth_state.failed_method = pvar->auth_state.cur_cred.method;
1322    
1323          if (pvar->auth_state.cur_cred.method == SSH_AUTH_NONE) {          if (pvar->auth_state.cur_cred.method == SSH_AUTH_NONE) {

Legend:
Removed from v.8072  
changed lines
  Added in v.8086

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26