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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.247 and 1.248

version 1.247, 2016/07/22 05:46:11 version 1.248, 2016/09/22 02:29:57
Line 396 
Line 396 
         pubkey_cleanup(&authctxt);          pubkey_cleanup(&authctxt);
         ssh_dispatch_range(ssh, SSH2_MSG_USERAUTH_MIN, SSH2_MSG_USERAUTH_MAX, NULL);          ssh_dispatch_range(ssh, SSH2_MSG_USERAUTH_MIN, SSH2_MSG_USERAUTH_MAX, NULL);
   
           if (!authctxt.success)
                   fatal("Authentication failed.");
         debug("Authentication succeeded (%s).", authctxt.method->name);          debug("Authentication succeeded (%s).", authctxt.method->name);
 }  }
   

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248