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
8d54f8df
Commit
8d54f8df
authored
Feb 20, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/tcpforward_commands.c:1.21
parent
3ad0ab23
Changes
1
Show whitespace changes
Inline
Side-by-side
src/tcpforward_commands.c
View file @
8d54f8df
...
@@ -533,8 +533,9 @@ STATIC_COLLECT_1(&install_tcpip_forward_info_2.super);
...
@@ -533,8 +533,9 @@ STATIC_COLLECT_1(&install_tcpip_forward_info_2.super);
;; Called when the ssh-connection is established
;; Called when the ssh-connection is established
(install connection
(install connection
(handler (lambda (port)
(handler (lambda (port)
;; Called when the client requests remote forwarding
;; Called when the client requests remote forwarding.
;; FIXME: Doesn't catch all exceptions from listen.
;; NOTE: The caller, do_tcpip_forward_request, is responsible
;; for handling I/O exceptions.
(listen (lambda (peer)
(listen (lambda (peer)
;; Called when someone connects to the
;; Called when someone connects to the
;; forwarded port.
;; forwarded port.
...
...
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