Bugzilla – Attachment 1309 Details for
Bug 1208
ssh fails to remove control socket when ssh is abnormally terminated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Delay start of listen on multiplex control socket
ssh-mux-later.diff (text/plain), 794 bytes, created by
Damien Miller
on 2007-06-22 13:50:53 AEST
(
hide
)
Description:
Delay start of listen on multiplex control socket
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2007-06-22 13:50:53 AEST
Size:
794 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /var/cvs/openssh/ssh.c,v >retrieving revision 1.289 >diff -u -p -r1.289 ssh.c >--- ssh.c 12 Jun 2007 13:44:10 -0000 1.289 >+++ ssh.c 22 Jun 2007 03:49:59 -0000 >@@ -1205,7 +1205,6 @@ ssh_session2(void) > > /* XXX should be pre-session */ > ssh_init_forwarding(); >- ssh_control_listener(); > > if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) > id = ssh_session2_open(); >@@ -1214,6 +1213,9 @@ ssh_session2(void) > if (options.local_command != NULL && > options.permit_local_command) > ssh_local_cmd(options.local_command); >+ >+ /* Start listening for multiplex clients */ >+ ssh_control_listener(); > > /* If requested, let ssh continue in the background. */ > if (fork_after_authentication_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 1208
:
1159
|
1160
|
1161
|
1162
|
1163
|
1164
| 1309