Skip to content
Snippets Groups Projects
Commit ffd5fede authored by Niels Möller's avatar Niels Möller
Browse files

* src/handshake.c (handshake_command): Call

connection_after_keyexchange.

Rev: src/handshake.c:1.12
parent 66c86bc8
Branches
Tags
No related merge requests found
...@@ -377,9 +377,10 @@ DEFINE_COMMAND4(handshake_command) ...@@ -377,9 +377,10 @@ DEFINE_COMMAND4(handshake_command)
connection = make_ssh_connection connection = make_ssh_connection
(info->flags, (info->flags,
lv->peer, info->debug_comment, lv->peer, info->debug_comment,
c,
make_exc_finish_read_handler(lv->fd, e, HANDLER_CONTEXT)); make_exc_finish_read_handler(lv->fd, e, HANDLER_CONTEXT));
connection_after_keyexchange(connection, c);
connection_init_io connection_init_io
(connection, (connection,
&io_read_write(lv->fd, &io_read_write(lv->fd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment