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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.15 and 1.16

version 1.15, 2000/09/07 20:27:49 version 1.16, 2000/10/03 18:03:03
Line 154 
Line 154 
         static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};          static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};
         unsigned int rhosts_file_index;          unsigned int rhosts_file_index;
   
           /* no user given */
           if (pw == NULL)
                   return 0;
         /* Switch to the user's uid. */          /* Switch to the user's uid. */
         temporarily_use_uid(pw->pw_uid);          temporarily_use_uid(pw->pw_uid);
         /*          /*

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16