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
9c2a0c6b
Commit
9c2a0c6b
authored
Dec 12, 1999
by
Niels Möller
Browse files
* src/client.c: Removed old code.
Rev: src/client.c:1.81
parent
0cf574d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
9c2a0c6b
...
...
@@ -359,21 +359,6 @@ do_send(struct ssh_channel *s,
self
->
in
->
super
.
want_read
=
1
;
}
#if 0
/* Used for the first callback, to register stdin as a resource. */
static void
do_send_first(struct ssh_channel *s,
struct ssh_connection *connection)
{
CAST(client_session, self, s);
REMEMBER_RESOURCE(channel->resources, &self->in->super.super);
s->send = do_send;
do_send(s, connection);
}
#endif
/* We have a remote shell */
static
void
do_client_io
(
struct
command
*
s
UNUSED
,
...
...
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