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

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.17.2.3 and 1.17.2.4

version 1.17.2.3, 2001/03/21 19:46:22 version 1.17.2.4, 2001/05/07 21:09:25
Line 80 
Line 80 
                             pw->pw_name, user_hostfile);                              pw->pw_name, user_hostfile);
                 } else {                  } else {
                         /* XXX race between stat and the following open() */                          /* XXX race between stat and the following open() */
                         temporarily_use_uid(pw->pw_uid);                          temporarily_use_uid(pw);
                         host_status = check_host_in_hostfile(user_hostfile, canonical_hostname,                          host_status = check_host_in_hostfile(user_hostfile, canonical_hostname,
                             client_key, found, NULL);                              client_key, found, NULL);
                         restore_uid();                          restore_uid();

Legend:
Removed from v.1.17.2.3  
changed lines
  Added in v.1.17.2.4