Bugzilla – Attachment 1698 Details for
Bug 1610
LocalCommand is executed to early
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Delay execution of localcommand a tiny bit
muxlocal.diff (text/plain), 704 bytes, created by
Damien Miller
on 2009-10-06 17:01:39 AEDT
(
hide
)
Description:
Delay execution of localcommand a tiny bit
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2009-10-06 17:01:39 AEDT
Size:
704 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh.c,v >retrieving revision 1.326 >diff -u -p -r1.326 ssh.c >--- ssh.c 2 Jul 2009 02:11:47 -0000 1.326 >+++ ssh.c 6 Oct 2009 06:00:45 -0000 >@@ -1188,13 +1188,13 @@ ssh_session2(void) > packet_send(); > } > >+ /* Start listening for multiplex clients */ >+ muxserver_listen(); >+ > /* Execute a local command */ > if (options.local_command != NULL && > options.permit_local_command) > ssh_local_cmd(options.local_command); >- >- /* Start listening for multiplex clients */ >- muxserver_listen(); > > /* 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 1610
: 1698