Bugzilla – Attachment 2885 Details for
Bug 2564
ssh_config AddKeysToAgent doesn't set key name/path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
probable fix
bz2617.diff (text/plain), 319 bytes, created by
Damien Miller
on 2016-10-28 15:13:25 AEDT
(
hide
)
Description:
probable fix
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2016-10-28 15:13:25 AEDT
Size:
319 bytes
patch
obsolete
>diff --git a/ssh.c b/ssh.c >index 5e50fa0..b260919 100644 >--- a/ssh.c >+++ b/ssh.c >@@ -2127,8 +2127,8 @@ load_public_identity_files(void) > free(cp); > continue; > } >+ identity_files[n_ids] = filename; /* NB. filename of privkey */ > identity_keys[n_ids] = public; >- identity_files[n_ids] = cp; > n_ids++; > } >
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 2564
: 2885 |
2894