View | Details | Raw Unified | Return to bug 975 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- auth-krb5.c 2005-01-20 10:56:16.178146904 +0530
0
++ auth-krb5.c-patch   2005-01-20 10:58:44.166649232 +0530
Lines 75-83 Link Here
75
       krb5_ccache ccache = NULL;
75
       krb5_ccache ccache = NULL;
76
       int len;
76
       int len;
77
       if (!authctxt->valid)    
78
               return (0);
79
       temporarily_use_uid(authctxt->pw);
77
       temporarily_use_uid(authctxt->pw);
80
       problem = krb5_init(authctxt);
78
       problem = krb5_init(authctxt);

Return to bug 975