[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.105 and 1.106

version 1.105, 2002/06/23 03:30:17 version 1.106, 2002/06/30 21:59:45
Line 422 
Line 422 
         clear_auth_state(authctxt);          clear_auth_state(authctxt);
         dispatch_set(SSH2_MSG_USERAUTH_PK_OK, NULL);          dispatch_set(SSH2_MSG_USERAUTH_PK_OK, NULL);
   
         /* try another method if we did not send a packet*/          /* try another method if we did not send a packet */
         if (sent == 0)          if (sent == 0)
                 userauth(authctxt, NULL);                  userauth(authctxt, NULL);
   

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106