Bugzilla – Attachment 1228 Details for
Bug 1265
SCP progress doesn't map to standard out or standard error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check isatty(stdout) for progress meter
scpstderr.diff (text/plain), 468 bytes, created by
Damien Miller
on 2007-01-22 12:57:10 AEDT
(
hide
)
Description:
check isatty(stdout) for progress meter
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2007-01-22 12:57:10 AEDT
Size:
468 bytes
patch
obsolete
>Index: scp.c >=================================================================== >RCS file: /var/cvs/openssh/scp.c,v >retrieving revision 1.169 >diff -u -r1.169 scp.c >--- scp.c 5 Aug 2006 02:39:40 -0000 1.169 >+++ scp.c 22 Jan 2007 01:54:25 -0000 >@@ -380,7 +380,7 @@ > if ((pwd = getpwuid(userid = getuid())) == NULL) > fatal("unknown user %u", (u_int) userid); > >- if (!isatty(STDERR_FILENO)) >+ if (!isatty(STDOUT_FILENO)) > showprogress = 0; > > remin = STDIN_FILENO;
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 1265
: 1228