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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.32.2.3 and 1.32.2.4

version 1.32.2.3, 2001/03/21 19:46:22 version 1.32.2.4, 2001/05/07 21:09:25
Line 135 
Line 135 
                 return 0;                  return 0;
   
         /* Temporarily use the user's uid. */          /* Temporarily use the user's uid. */
         temporarily_use_uid(pw->pw_uid);          temporarily_use_uid(pw);
   
         /* The authorized keys. */          /* The authorized keys. */
         snprintf(file, sizeof file, "%.500s/%.100s", pw->pw_dir,          snprintf(file, sizeof file, "%.500s/%.100s", pw->pw_dir,

Legend:
Removed from v.1.32.2.3  
changed lines
  Added in v.1.32.2.4