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
3fd2359c
Commit
3fd2359c
authored
Apr 11, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/channel.c:1.98
parent
5b2846b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
3fd2359c
...
@@ -1865,7 +1865,8 @@ make_channel_read_data(struct ssh_channel *channel)
...
@@ -1865,7 +1865,8 @@ make_channel_read_data(struct ssh_channel *channel)
*
*
* gives 9 bytes of overhead, including the length field. */
* gives 9 bytes of overhead, including the length field. */
return
make_read_data
(
channel
,
make_channel_write
(
channel
));
}
return
make_read_data
(
channel
,
make_channel_write
(
channel
));
}
struct
io_callback
*
struct
io_callback
*
make_channel_read_stderr
(
struct
ssh_channel
*
channel
)
make_channel_read_stderr
(
struct
ssh_channel
*
channel
)
...
...
Write
Preview
Supports
Markdown
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