Bugzilla – Attachment 1825 Details for
Bug 1746
unexpected warning for mux control commands when stdin is not connected to a tty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/tmp/hushmuxtty.diff
hushmuxtty.diff (text/plain), 541 bytes, created by
Damien Miller
on 2010-03-27 13:06:20 AEDT
(
hide
)
Description:
/tmp/hushmuxtty.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2010-03-27 13:06:20 AEDT
Size:
541 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh.c,v >retrieving revision 1.335 >diff -u -p -r1.335 ssh.c >--- ssh.c 26 Feb 2010 20:29:54 -0000 1.335 >+++ ssh.c 27 Mar 2010 02:04:53 -0000 >@@ -607,7 +607,7 @@ main(int ac, char **av) > tty_flag = 1; > > /* Force no tty */ >- if (no_tty_flag) >+ if (no_tty_flag || muxclient_command != 0) > tty_flag = 0; > /* Do not allocate a tty if stdin is not a tty. */ > if ((!isatty(fileno(stdin)) || stdin_null_flag) && !force_tty_flag) {
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 1746
: 1825