Bugzilla – Attachment 38 Details for
Bug 158
ssh-add trips up due to missing key types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix described problem
PATCH_2 (text/plain), 370 bytes, created by
William Knox
on 2002-03-12 06:43:16 AEDT
(
hide
)
Description:
Patch to fix described problem
Filename:
MIME Type:
Creator:
William Knox
Created:
2002-03-12 06:43:16 AEDT
Size:
370 bytes
patch
obsolete
>--- ssh-add.c~ Mon Feb 4 20:12:50 2002 >+++ ssh-add.c Mon Mar 11 14:13:54 2002 >@@ -132,8 +132,11 @@ > int ret = -1; > > if (stat(filename, &st) < 0) { >- perror(filename); >- return -1; >+ if (errno != ENOENT) { >+ perror(filename); >+ return -1; >+ } else >+ return 0; > } > /* At first, try empty passphrase */ > private = key_load_private(filename, "", &comment);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 158
: 38 |
39
|
45
|
49