Bugzilla – Attachment 2310 Details for
Bug 2127
incorrectness of do_print_resource_record()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip asking for filename
bz2127.diff (text/plain), 552 bytes, created by
Damien Miller
on 2013-07-12 10:30:14 AEST
(
hide
)
Description:
Skip asking for filename
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2013-07-12 10:30:14 AEST
Size:
552 bytes
patch
obsolete
>Index: ssh-keygen.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh-keygen.c,v >retrieving revision 1.228 >diff -u -p -r1.228 ssh-keygen.c >--- ssh-keygen.c 12 Jul 2013 00:20:00 -0000 1.228 >+++ ssh-keygen.c 12 Jul 2013 00:27:23 -0000 >@@ -1286,7 +1286,7 @@ do_print_resource_record(struct passwd * > struct stat st; > > if (fname == NULL) >- ask_filename(pw, "Enter file in which the key is"); >+ fatal("%s: no filename", __func__); > if (stat(fname, &st) < 0) { > if (errno == ENOENT) > return 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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2127
: 2310