Bugzilla – Attachment 1625 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
ssh_sftp_c.patch (text/plain), 549 bytes, created by
J.A. Neitzel
on 2009-04-07 14:45:34 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:45:34 AEST
Size:
549 bytes
patch
obsolete
>Index: usr.bin/ssh/sftp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp.c,v >retrieving revision 1.107 >diff -u -r1.107 sftp.c >--- usr.bin/ssh/sftp.c 2 Feb 2009 11:15:14 -0000 1.107 >+++ usr.bin/ssh/sftp.c 6 Apr 2009 16:18:15 -0000 >@@ -1762,8 +1762,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