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
ffd5fede
Commit
ffd5fede
authored
Mar 14, 2002
by
Niels Möller
Browse files
* src/handshake.c (handshake_command): Call
connection_after_keyexchange. Rev: src/handshake.c:1.12
parent
66c86bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/handshake.c
View file @
ffd5fede
...
...
@@ -377,8 +377,9 @@ DEFINE_COMMAND4(handshake_command)
connection
=
make_ssh_connection
(
info
->
flags
,
lv
->
peer
,
info
->
debug_comment
,
c
,
make_exc_finish_read_handler
(
lv
->
fd
,
e
,
HANDLER_CONTEXT
));
connection_after_keyexchange
(
connection
,
c
);
connection_init_io
(
connection
,
...
...
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