Bugzilla – Attachment 2686 Details for
Bug 2448
remove extra new line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove extra new line
0001-remove-extra-new-line.patch (text/plain), 803 bytes, created by
Christian Hesse
on 2015-08-21 20:37:08 AEST
(
hide
)
Description:
remove extra new line
Filename:
MIME Type:
Creator:
Christian Hesse
Created:
2015-08-21 20:37:08 AEST
Size:
803 bytes
patch
obsolete
>From 5312037e12cd526f64e1be72d4fcc9169e13cbe7 Mon Sep 17 00:00:00 2001 >From: Christian Hesse <mail@eworm.de> >Date: Tue, 7 Jul 2015 14:44:09 +0200 >Subject: [PATCH 1/1] remove extra new line > >Signed-off-by: Christian Hesse <mail@eworm.de> >--- > sshconnect.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/sshconnect.c b/sshconnect.c >index 17fbe39..0cf2ff6 100644 >--- a/sshconnect.c >+++ b/sshconnect.c >@@ -925,7 +925,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, > options.fingerprint_hash, SSH_FP_RANDOMART); > if (fp == NULL || ra == NULL) > fatal("%s: sshkey_fingerprint fail", __func__); >- logit("Host key fingerprint is %s\n%s\n", fp, ra); >+ logit("Host key fingerprint is %s\n%s", fp, ra); > free(ra); > free(fp); > } >-- >2.5.0 >
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 2448
: 2686