Skip to content
GitLab
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
7ce144f2
Commit
7ce144f2
authored
Oct 02, 1999
by
Niels Möller
Browse files
* src/tcpforward_commands.c (new_tcpip_channel): Register the fd
on the channel's resources list. Rev: src/tcpforward_commands.c:1.14
parent
e9e61b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tcpforward_commands.c
View file @
7ce144f2
...
...
@@ -140,11 +140,11 @@ new_tcpip_channel(struct channel_open_command *c,
debug
(
"tcpforward_commands.c: new_tcpip_channel()
\n
"
);
REMEMBER_RESOURCE
(
connection
->
resources
,
&
self
->
peer
->
fd
->
super
.
super
);
channel
=
make_tcpip_channel
(
self
->
peer
->
fd
,
TCPIP_WINDOW_SIZE
);
channel
->
write
=
connection
->
write
;
REMEMBER_RESOURCE
(
channel
->
resources
,
&
self
->
peer
->
fd
->
super
.
super
);
*
request
=
prepare_channel_open
(
connection
,
self
->
type
,
channel
,
"%S%i%S%i"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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