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

Diff for /src/usr.bin/ssh/auth-passwd.c between version 1.31.4.1 and 1.31.4.2

version 1.31.4.1, 2005/03/10 16:28:27 version 1.31.4.2, 2005/09/02 03:44:59
Line 134 
Line 134 
   
         as = auth_usercheck(pw->pw_name, authctxt->style, "auth-ssh",          as = auth_usercheck(pw->pw_name, authctxt->style, "auth-ssh",
             (char *)password);              (char *)password);
           if (as == NULL)
                   return (0);
         if (auth_getstate(as) & AUTH_PWEXPIRED) {          if (auth_getstate(as) & AUTH_PWEXPIRED) {
                 auth_close(as);                  auth_close(as);
                 disable_forwarding();                  disable_forwarding();

Legend:
Removed from v.1.31.4.1  
changed lines
  Added in v.1.31.4.2