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
1fdacb77
Commit
1fdacb77
authored
Jun 14, 2008
by
Niels Möller
Browse files
Comment fix.
Rev: src/client_x11.c:1.35
parent
9c0aef51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_x11.c
View file @
1fdacb77
...
...
@@ -672,9 +672,9 @@ do_client_x11_handle_random_reply(struct client_random_handler *s,
{
self
->
display
->
fake
=
ssh_format
(
"%ls"
,
length
,
data
);
/* NOTE: The cookie is hex encoded,
apparent
ly so that it can be
/* NOTE: The cookie is hex encoded,
presumab
ly so that it can be
passed directly to the xauth command line. That's ugly, but
it's
how the o
the
r
s
sh implementations do it
. */
it's
what
the s
pecification says
. */
if
(
!
channel_send_request
(
&
self
->
session
->
super
,
ATOM_LD
(
ATOM_X11_REQ
),
1
,
"%c%s%xS%i"
,
...
...
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