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
123ec8f5
Commit
123ec8f5
authored
Oct 07, 1999
by
Niels Möller
Browse files
* src/client.c (do_exit_status): Removed test of CHANNEL_SENT_EOF flag.
(do_exit_signal): -"- Rev: src/client.c:1.78
parent
f9bccafe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
123ec8f5
...
...
@@ -247,8 +247,7 @@ do_exit_status(struct channel_request *c,
/* FIXME: Make this behaviour configurable, there may be some
* child process alive that we could talk to. */
if
(
!
(
channel
->
flags
&
CHANNEL_SENT_EOF
))
channel_eof
(
channel
);
channel_eof
(
channel
);
}
else
/* Invalid request */
...
...
@@ -299,8 +298,7 @@ do_exit_signal(struct channel_request *c,
/* FIXME: Make this behaviour configurable, there may be some
* child process alive that we could talk to. */
if
(
!
(
channel
->
flags
&
CHANNEL_SENT_EOF
))
channel_eof
(
channel
);
channel_eof
(
channel
);
}
else
/* Invalid request */
...
...
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