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

Diff for /src/usr.bin/ssh/auth-krb5.c between version 1.13 and 1.14

version 1.13, 2003/09/23 20:17:11 version 1.14, 2003/11/04 08:54:09
Line 65 
Line 65 
         krb5_error_code problem;          krb5_error_code problem;
         krb5_ccache ccache = NULL;          krb5_ccache ccache = NULL;
   
         if (authctxt->pw == NULL)          if (!authctxt->valid)
                 return (0);                  return (0);
   
         temporarily_use_uid(authctxt->pw);          temporarily_use_uid(authctxt->pw);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14