FreeBSD Bugzilla – Attachment 16618 Details for
Bug 30404
sshd debug messaves need clarification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.58 KB, created by
ingham
on 2001-09-06 18:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ingham
Created:
2001-09-06 18:50:01 UTC
Size:
1.58 KB
patch
obsolete
>*** channels.c Thu Sep 6 11:39:43 2001 >--- channels.c.orig Thu Sep 6 11:39:24 2001 >*************** >*** 1250,1258 **** > c->remote_maxpacket = packet_get_int(); > packet_done(); > if (c->cb_fn != NULL && c->cb_event == type) { >! debug2("channel confirmation callback start"); > c->cb_fn(c->self, c->cb_arg); >! debug2("channel confirmation callback done"); > } > debug("channel %d: open confirm rwindow %d rmax %d", c->self, > c->remote_window, c->remote_maxpacket); >--- 1250,1258 ---- > c->remote_maxpacket = packet_get_int(); > packet_done(); > if (c->cb_fn != NULL && c->cb_event == type) { >! debug2("callback start"); > c->cb_fn(c->self, c->cb_arg); >! debug2("callback done"); > } > debug("channel %d: open confirm rwindow %d rmax %d", c->self, > c->remote_window, c->remote_maxpacket); >*************** >*** 1301,1309 **** > packet_disconnect("Received request for " > "non-open channel %d.", id); > if (c->cb_fn != NULL && c->cb_event == type) { >! debug2("channel request callback start"); > c->cb_fn(c->self, c->cb_arg); >! debug2("channel request callback done"); > } else { > char *service = packet_get_string(NULL); > debug("channel: %d rcvd request for %s", c->self, service); >--- 1301,1309 ---- > packet_disconnect("Received request for " > "non-open channel %d.", id); > if (c->cb_fn != NULL && c->cb_event == type) { >! debug2("callback start"); > c->cb_fn(c->self, c->cb_arg); >! debug2("callback done"); > } else { > char *service = packet_get_string(NULL); > debug("channel: %d rcvd request for %s", c->self, service);
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 30404
: 16618