Bugzilla – Attachment 143 Details for
Bug 368
TTSSH will not connect to OpenSSH_3.4p1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add pid to logs
xxx.diff (text/plain), 536 bytes, created by
Damien Miller
on 2002-09-10 21:52:37 AEST
(
hide
)
Description:
Patch to add pid to logs
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2002-09-10 21:52:37 AEST
Size:
536 bytes
patch
obsolete
>Index: log.c >=================================================================== >RCS file: /var/cvs/openssh/log.c,v >retrieving revision 1.25 >diff -u -r1.25 log.c >--- log.c 23 Jul 2002 21:01:57 -0000 1.25 >+++ log.c 10 Sep 2002 11:51:22 -0000 >@@ -381,7 +381,7 @@ > break; > } > if (txt != NULL) { >- snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt); >+ snprintf(fmtbuf, sizeof(fmtbuf), "%s[%d]: %s", getpid(), txt, fmt); > vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args); > } else { > vsnprintf(msgbuf, sizeof(msgbuf), fmt, args);
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 368
: 143