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
cc3ce9b7
Commit
cc3ce9b7
authored
May 30, 2002
by
Pontus Freyhult
Browse files
(gateway_make_connection): Pass lv->local to make_ssh_connection.
Rev: src/gateway_commands.c:1.16
parent
6c77322b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gateway_commands.c
View file @
cc3ce9b7
...
...
@@ -109,7 +109,7 @@ gateway_make_connection(struct listen_value *lv,
/* NOTE: lv->peer is usually NULL here. */
struct
ssh_connection
*
connection
=
make_ssh_connection
(
0
,
/* flags */
lv
->
peer
,
"gateway"
,
lv
->
peer
,
lv
->
local
,
"gateway"
,
make_exc_finish_read_handler
(
lv
->
fd
,
e
,
HANDLER_CONTEXT
));
/* Instead of calling connection_init_io. */
...
...
Write
Preview
Supports
Markdown
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