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
1081f84a
Commit
1081f84a
authored
Sep 19, 2005
by
Niels Möller
Browse files
(catch_channel_open): #if:ed out.
Rev: src/channel_forward.c:1.14.2.2
parent
360f0a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel_forward.c
View file @
1081f84a
...
...
@@ -225,6 +225,7 @@ DEFINE_COMMAND(forward_start_io_command)
COMMAND_RETURN
(
c
,
channel
);
}
#if 0
/* FIXME: Arrange so that the forwarded socket is closed if
EXC_CHANNEL_OPEN is caught. And write some docs. */
static const struct report_exception_info forward_open_report =
...
...
@@ -233,3 +234,4 @@ STATIC_REPORT_EXCEPTION_INFO(EXC_ALL, EXC_CHANNEL_OPEN,
struct catch_report_collect catch_channel_open
= STATIC_CATCH_REPORT(&forward_open_report);
#endif
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