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
0ebfbdd7
Commit
0ebfbdd7
authored
May 30, 2002
by
Pontus Freyhult
Browse files
(make_ssh_connection): Takes an extra argument to initialize local with.
Rev: src/connection.c:1.72
parent
cc3ce9b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
0ebfbdd7
...
...
@@ -335,6 +335,7 @@ make_exc_connection_handler(struct ssh_connection *connection,
struct
ssh_connection
*
make_ssh_connection
(
enum
connection_flag
flags
,
struct
address_info
*
peer
,
struct
address_info
*
local
,
const
char
*
debug_comment
,
struct
exception_handler
*
e
)
{
...
...
@@ -344,6 +345,7 @@ make_ssh_connection(enum connection_flag flags,
connection
->
flags
=
flags
;
connection
->
peer
=
peer
;
connection
->
local
=
local
;
connection
->
debug_comment
=
debug_comment
;
connection
->
super
.
write
=
do_handle_connection
;
...
...
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