Bugzilla – Attachment 1694 Details for
Bug 1597
During ssh login, the motd may not appear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flush just before exec()
flush.diff (text/plain), 480 bytes, created by
Damien Miller
on 2009-09-09 10:54:40 AEST
(
hide
)
Description:
flush just before exec()
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2009-09-09 10:54:40 AEST
Size:
480 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/session.c,v >retrieving revision 1.246 >diff -u -p -r1.246 session.c >--- session.c 17 Apr 2009 19:23:06 -0000 1.246 >+++ session.c 9 Sep 2009 00:50:41 -0000 >@@ -1403,6 +1403,8 @@ do_child(Session *s, const char *command > exit(sftp_server_main(i, argv, s->pw)); > } > >+ fflush(NULL); >+ > if (options.use_login) { > launch_login(pw, hostname); > /* NEVERREACHED */
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 1597
:
1637
|
1638
|
1639
| 1694