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
48bf4a9d
Commit
48bf4a9d
authored
Aug 27, 2002
by
Niels Möller
Browse files
Typo fix.
Rev: src/channel_forward.c:1.11
parent
a4114d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel_forward.c
View file @
48bf4a9d
...
...
@@ -156,9 +156,11 @@ DEFINE_COMMAND(start_io_command)
COMMAND_RETURN
(
c
,
channel
);
}
/* 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
=
STATIC_REPORT_EXCEPTION_INFO
(
EXC_ALL
,
EXC_CHANNEL_OPEN
,
"Forwarding failed, cou
d
l not open channel"
);
"Forwarding failed, coul
d
not open channel"
);
struct
catch_report_collect
catch_channel_open
=
STATIC_CATCH_REPORT
(
&
forward_open_report
);
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