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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- auth.c      2005-09-09 15:08:18.000000000 +0530
0
++ auth.c-fix  2005-10-06 12:22:56.000000000 +0530
Lines 85-90 Link Here
85
       if (!pw || !pw->pw_name)
85
       if (!pw || !pw->pw_name)
86
               return 0;
86
               return 0;
87
passwd = pw->pw_passwd;
88
87
#ifdef USE_SHADOW
89
#ifdef USE_SHADOW
88
       if (!options.use_pam)
90
       if (!options.use_pam)
89
               spw = getspnam(pw->pw_name);
91
               spw = getspnam(pw->pw_name);

Return to bug 1083