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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.4 and 1.5

version 1.4, 2003/06/24 08:23:46 version 1.5, 2003/11/04 08:54:09
Line 171 
Line 171 
         Key *found;          Key *found;
         char *fp;          char *fp;
   
         if (pw == NULL)  
                 return 0;  
   
         /* Temporarily use the user's uid. */          /* Temporarily use the user's uid. */
         temporarily_use_uid(pw);          temporarily_use_uid(pw);
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5