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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.80 and 1.81

version 1.80, 2014/02/02 03:44:31 version 1.81, 2014/07/03 11:16:55
Line 297 
Line 297 
                         return;                          return;
   
                 if (++authctxt->failures >= options.max_authtries)                  if (++authctxt->failures >= options.max_authtries)
                         packet_disconnect(AUTH_FAIL_MSG, authctxt->user);                          auth_maxtries_exceeded(authctxt);
   
                 packet_start(SSH_SMSG_FAILURE);                  packet_start(SSH_SMSG_FAILURE);
                 packet_send();                  packet_send();

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81