Skip to content
GitLab
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
96512458
Commit
96512458
authored
Feb 05, 2000
by
Niels Möller
Browse files
* src/lshd.c: Replaced io_fd with lsh_fd.
(main): Use make_report_exception_info(). Rev: src/lshd.c:1.81
parent
5c6b6fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
96512458
...
...
@@ -201,7 +201,7 @@ do_options2keyfile(struct command *ignored UNUSED,
{
CAST
(
lshd_options
,
options
,
a
);
struct
io
_fd
*
f
;
struct
lsh
_fd
*
f
;
f
=
io_read_file
(
options
->
backend
,
options
->
hostkey
,
e
);
...
...
@@ -621,10 +621,11 @@ int main(int argc, char **argv)
COMMAND_CALL
(
server_listen
,
options
,
&
discard_continuation
,
make_report_exception_handler
(
EXC_IO
,
EXC_IO
,
"lshd: "
,
make_lshd_exception_handler
(
&
default_exception_handler
,
HANDLER_CONTEXT
),
HANDLER_CONTEXT
));
make_report_exception_handler
(
make_report_exception_info
(
EXC_IO
,
EXC_IO
,
"lshd: "
),
make_lshd_exception_handler
(
&
default_exception_handler
,
HANDLER_CONTEXT
),
HANDLER_CONTEXT
));
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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