Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
65d7ed4c
Commit
65d7ed4c
authored
Sep 21, 2001
by
Niels Möller
Browse files
(do_channel_forward_send_adjust): Use
lsh_oop_register_read_fd. Rev: src/channel_forward.c:1.3
parent
a41f62fc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/channel_forward.c
View file @
65d7ed4c
...
...
@@ -97,7 +97,7 @@ do_channel_forward_send_adjust(struct ssh_channel *s,
{
CAST
(
channel_forward
,
self
,
s
);
self
->
socket
->
want_read
=
1
;
lsh_oop_register_read_fd
(
self
->
socket
)
;
}
static
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment