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
9a285fbb
Commit
9a285fbb
authored
Sep 28, 2001
by
Niels Möller
Browse files
* src/server_session.c (do_eof): Use close_fd_nicely instead of
write_buffer_close. Rev: src/server_session.c:1.73
parent
b0b39237
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server_session.c
View file @
9a285fbb
...
...
@@ -133,7 +133,7 @@ do_eof(struct ssh_channel *channel)
trace
(
"server_session.c: do_eof
\n
"
);
write_buffer_close
(
session
->
in
->
write_buffer
);
close_fd_nicely
(
session
->
in
);
}
struct
ssh_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