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
2dd85712
Commit
2dd85712
authored
Feb 27, 2002
by
Niels Möller
Browse files
(init_connection_service): Cancel the connection's
timeout timer. Rev: src/channel.c:1.107
parent
b431ff3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
2dd85712
...
...
@@ -1598,6 +1598,9 @@ void init_connection_service(struct ssh_connection *connection)
connection
->
table
=
table
;
/* Cancel handshake timeout */
connection_clear_timeout
(
connection
);
connection
->
dispatch
[
SSH_MSG_GLOBAL_REQUEST
]
=
&
global_request_handler
;
connection
->
dispatch
[
SSH_MSG_CHANNEL_OPEN
]
...
...
Write
Preview
Markdown
is supported
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