Bugzilla – Attachment 1637 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]
Flushed pending output such as motd before execv of shell
session.c.diff (text/plain), 298 bytes, created by
John Ata
on 2009-05-14 05:58:11 AEST
(
hide
)
Description:
Flushed pending output such as motd before execv of shell
Filename:
MIME Type:
Creator:
John Ata
Created:
2009-05-14 05:58:11 AEST
Size:
298 bytes
patch
obsolete
>*** session.c 2009-01-28 00:29:49.000000000 -0500 >--- session.c 2009-05-13 15:51:50.000000000 -0400 >*************** >*** 1834,1839 **** >--- 1834,1841 ---- > exit(1); > } > >+ /* Flush any buffered I/O */ >+ fflush(NULL); > /* Execute the shell. */ > argv[0] = argv0; > argv[1] = 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 1597
:
1637
|
1638
|
1639
|
1694