[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.22 and 1.23

version 1.22, 2001/02/03 10:08:36 version 1.23, 2001/04/06 21:00:04
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.22  
changed lines
  Added in v.1.23