Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
a6b73492
Commit
a6b73492
authored
Jun 27, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [WITH_X11_FORWARD]: Fixed type warning.
Rev: src/lsh_proxy.c:1.32
parent
7b624e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lsh_proxy.c
src/lsh_proxy.c
+2
-1
No files found.
src/lsh_proxy.c
View file @
a6b73492
...
...
@@ -572,6 +572,7 @@ int main(int argc, char **argv)
/* FIXME: Choose character set depending on the locale */
set_local_charset
(
CHARSET_LATIN1
);
/* FIXME: Use STATIC_REPORT_EXCEPTION_INFO */
handler
=
make_report_exception_handler
(
make_report_exception_info
(
EXC_IO
,
EXC_IO
,
"lsh_proxy: "
),
&
default_exception_handler
,
...
...
@@ -689,7 +690,7 @@ int main(int argc, char **argv)
#if WITH_X11_FORWARD
if
(
options
->
with_x11_forward
)
{
ALIST_SET
(
server_session_requests
,
ATOM_X11_REQ
,
&
gateway_channel_request
);
ALIST_SET
(
server_session_requests
,
ATOM_X11_REQ
,
&
gateway_channel_request
.
super
);
}
#endif
#if WITH_AGENT_FORWARD
...
...
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