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

Diff for /src/usr.bin/ssh/auth2.c between version 1.74 and 1.75

version 1.74, 2001/12/05 03:56:39 version 1.75, 2001/12/09 18:45:56
Line 212 
Line 212 
                     authctxt->user, authctxt->service, user, service);                      authctxt->user, authctxt->service, user, service);
         }          }
         /* reset state */          /* reset state */
         dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, &protocol_error);          auth2_challenge_stop(authctxt);
         authctxt->postponed = 0;          authctxt->postponed = 0;
 #ifdef BSD_AUTH  
         if (authctxt->as) {  
                 auth_close(authctxt->as);  
                 authctxt->as = NULL;  
         }  
 #endif  
   
         /* try to authenticate user */          /* try to authenticate user */
         m = authmethod_lookup(method);          m = authmethod_lookup(method);

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75