mirror of
https://github.com/clearml/dropbear
synced 2025-02-02 03:43:53 +00:00
Don't use // style comments
--HG-- extra : convert_revision : c92c7b4fef739b505d9842b45a393e1089097e3b
This commit is contained in:
parent
c2bd79131a
commit
ed79abed76
@ -276,10 +276,10 @@ static void check_close(struct Channel *channel) {
|
||||
channel->flushing = 1;
|
||||
}
|
||||
|
||||
// if a type-specific check_close is defined we will only exit
|
||||
// once that has been triggered. this is only used for a server "session"
|
||||
// channel, to ensure that the shell has exited (and the exit status
|
||||
// retrieved) before we close things up.
|
||||
/* if a type-specific check_close is defined we will only exit
|
||||
once that has been triggered. this is only used for a server "session"
|
||||
channel, to ensure that the shell has exited (and the exit status
|
||||
retrieved) before we close things up. */
|
||||
if (!channel->type->check_close
|
||||
|| channel->type->check_close(channel)) {
|
||||
close_allowed = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user