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
52169605
Commit
52169605
authored
Mar 26, 1999
by
Niels Möller
Browse files
* src/connection.c (make_ssh_connection): Take a continuation as
argument. Rev: src/connection.c:1.29
parent
f59cd7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
52169605
...
...
@@ -152,13 +152,15 @@ struct packet_handler *make_unimplemented_handler(void)
}
struct
ssh_connection
*
make_ssh_connection
(
void
)
struct
ssh_connection
*
make_ssh_connection
(
struct
command_continuation
*
c
)
{
int
i
;
NEW
(
ssh_connection
,
connection
);
connection
->
super
.
write
=
handle_connection
;
connection
->
established
=
c
;
/* Initialize instance variables */
/* connection->mode = mode; */
...
...
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