Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
09508d78
Commit
09508d78
authored
Dec 08, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: doc/TODO:1.13 Rev: src/channel.c:1.15
parent
b33ca31f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/TODO
doc/TODO
+3
-3
src/channel.c
src/channel.c
+1
-1
No files found.
doc/TODO
View file @
09508d78
...
...
@@ -111,7 +111,7 @@ MISC
Try to find out why read() sometimes returns -1 and sets errno==EPIPE,
on sparc-linux, 2.0.33, redhat-5.1, glibc.
Figure out why signal(SIGPIPE, SIG_IGN); in io.c doesn't stop SIGPIPE
from killing the process.
Fix shadow passwd support.
Don't use stdio for werror and similar functions. The non-blocking
stderr sometime causes the C library to lose data.
src/channel.c
View file @
09508d78
...
...
@@ -1057,7 +1057,7 @@ int channel_eof(struct ssh_channel *channel)
int
res
;
channel
->
flags
|=
CHANNEL_SENT_EOF
;
res
=
A_WRITE
(
channel
->
write
,
format_channel_eof
(
channel
));
res
=
A_WRITE
(
channel
->
write
,
format_channel_eof
(
channel
));
if
(
LSH_CLOSEDP
(
res
))
return
res
;
...
...
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