[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.33 and 1.34

version 1.33, 2005/01/24 11:47:13 version 1.34, 2005/07/19 15:32:26
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.33  
changed lines
  Added in v.1.34