Bugzilla – Attachment 96 Details for
Bug 245
SSH can not log out under Solaris 2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove call to setsid()
setsid.patch (text/plain), 547 bytes, created by
Kevin Steves
on 2002-05-18 05:30:53 AEST
(
hide
)
Description:
remove call to setsid()
Filename:
MIME Type:
Creator:
Kevin Steves
Created:
2002-05-18 05:30:53 AEST
Size:
547 bytes
patch
obsolete
>Index: sshd.c >=================================================================== >RCS file: /var/cvs/openssh/sshd.c,v >retrieving revision 1.205 >diff -u -r1.205 sshd.c >--- sshd.c 15 May 2002 16:25:02 -0000 1.205 >+++ sshd.c 17 May 2002 19:17:01 -0000 >@@ -1336,8 +1336,10 @@ > * setlogin() affects the entire process group. We don't > * want the child to be able to affect the parent. > */ >+#if 0 > if (setsid() < 0) > error("setsid: %.100s", strerror(errno)); >+#endif > > /* > * Disable the key regeneration alarm. We will not regenerate the
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 245
: 96 |
187