|
Line
Link Here
|
| 0 |
-- openssh-4.4p1/ssh.c 2006-09-01 22:32:40.000000000 -0700 |
0 |
++ openssh-4.4p1-fix/ssh.c 2007-10-17 10:23:07.000000000 -0700 |
|
Lines 1252-1257
Link Here
|
| 1252 |
#endif /* SMARTCARD */ |
1252 |
#endif /* SMARTCARD */ |
| 1253 |
if ((pw = getpwuid(original_real_uid)) == NULL) |
1253 |
if ((pw = getpwuid(original_real_uid)) == NULL) |
| 1254 |
fatal("load_public_identity_files: getpwuid failed"); |
1254 |
fatal("load_public_identity_files: getpwuid failed"); |
|
|
1255 |
pw = pwcopy(pw); |
| 1255 |
if (gethostname(thishost, sizeof(thishost)) == -1) |
1256 |
if (gethostname(thishost, sizeof(thishost)) == -1) |
| 1256 |
fatal("load_public_identity_files: gethostname: %s", |
1257 |
fatal("load_public_identity_files: gethostname: %s", |
| 1257 |
strerror(errno)); |
1258 |
strerror(errno)); |