Bugzilla – Attachment 3383 Details for
Bug 3149
Fix typo in readconf error message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
file_3149.txt (text/plain), 616 bytes, created by
Jakub Jelen
on 2020-04-17 01:27:28 AEST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2020-04-17 01:27:28 AEST
Size:
616 bytes
patch
obsolete
>commit 94f55a66a027dc857437894d7ac35abbd73fecde >Author: Jakub Jelen <jjelen@redhat.com> >Date: Thu Apr 16 17:25:44 2020 +0200 > > readconf: Fix typo in error message > >diff --git a/readconf.c b/readconf.c >index 9bde95b0..80fb7f7b 100644 >--- a/readconf.c >+++ b/readconf.c >@@ -1175,7 +1175,7 @@ parse_char_array: > while ((arg = strdelim(&s)) != NULL && *arg != '\0') { > if ((*uintptr) >= max_entries) > fatal("%s line %d: " >- "too many authorized keys files.", >+ "too many known hosts files.", > filename, linenum); > cpptr[(*uintptr)++] = xstrdup(arg); > }
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 3149
: 3383