Bugzilla – Attachment 1624 Details for
Bug 1588
sftp client produces unnecessary message upon connecting to host
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove "Connecting to <host>..." message from sftp.c
openssh_portable_sftp_c.patch (text/plain), 506 bytes, created by
J.A. Neitzel
on 2009-04-07 14:43:43 AEST
(
hide
)
Description:
Patch to remove "Connecting to <host>..." message from sftp.c
Filename:
MIME Type:
Creator:
J.A. Neitzel
Created:
2009-04-07 14:43:43 AEST
Size:
506 bytes
patch
obsolete
>Index: sftp.c >=================================================================== >RCS file: /cvs/openssh/sftp.c,v >retrieving revision 1.116 >diff -u -r1.116 sftp.c >--- sftp.c 14 Feb 2009 05:26:19 -0000 1.116 >+++ sftp.c 6 Apr 2009 16:14:05 -0000 >@@ -1809,8 +1809,6 @@ > addargs(&args, "%s", (sftp_server != NULL ? > sftp_server : "sftp")); > >- if (!batchmode) >- fprintf(stderr, "Connecting to %s...\n", host); > connect_to_server(ssh_program, args.list, &in, &out); > } else { > args.list = NULL;
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 1588
:
1624
|
1625
|
1724