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
3e9bee39
Commit
3e9bee39
authored
Aug 04, 2008
by
Niels Möller
Browse files
(x11_connect_error): Fixed call to
channel_open_deny. Rev: src/client_x11.c:1.37
parent
e3ff8627
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_x11.c
View file @
3e9bee39
...
...
@@ -377,7 +377,7 @@ x11_connect_error(struct io_connect_state *s, int error)
werror
(
"Connection failed, socket error %i
\n
"
,
error
);
channel_open_deny
(
self
->
info
,
EXC_CHANNEL_OPEN
,
"Connection failed"
);
SSH_OPEN_CONNECT_FAILED
,
"Connection failed"
);
}
static
struct
resource
*
...
...
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