Bugzilla – Attachment 673 Details for
Bug 888
"break" request is not being handled when channel type is SSH_CHANNEL_OPEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix supplied by Damien Miller
openssh-break.diff (text/plain), 785 bytes, created by
Darren Warner
on 2004-06-30 15:45:30 AEST
(
hide
)
Description:
Fix supplied by Damien Miller
Filename:
MIME Type:
Creator:
Darren Warner
Created:
2004-06-30 15:45:30 AEST
Size:
785 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/session.c,v >retrieving revision 1.176 >diff -u -r1.176 session.c >--- session.c 21 Jun 2004 17:53:03 -0000 1.176 >+++ session.c 30 Jun 2004 03:04:00 -0000 >@@ -1602,15 +1602,16 @@ > success = session_auth_agent_req(s); > } else if (strcmp(rtype, "subsystem") == 0) { > success = session_subsystem_req(s); >- } else if (strcmp(rtype, "break") == 0) { >- success = session_break_req(s); > } else if (strcmp(rtype, "env") == 0) { > success = session_env_req(s); > } > } > if (strcmp(rtype, "window-change") == 0) { > success = session_window_change_req(s); >+ } else if (strcmp(rtype, "break") == 0) { >+ success = session_break_req(s); > } >+ > return success; > } >
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 888
: 673