Bugzilla – Attachment 2884 Details for
Bug 2617
sign_and_send_pubkey: no separate private key for certificate
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:01:37 AEDT
(
hide
)
Description:
probable fix
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2016-10-28 15:01:37 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 2617
:
2884
|
2886
|
2899
|
2901
|
2902
|
2903
|
2904
|
2905
|
2906
|
2909