mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
* ensure that we only handle open confirmation/failure
for channels where it is expected --HG-- extra : convert_revision : acc1ba014aae08ecb3159282fe87defe67899a40
This commit is contained in:
@@ -81,6 +81,10 @@ struct Channel {
|
||||
int initconn; /* used for TCP forwarding, whether the channel has been
|
||||
fully initialised */
|
||||
|
||||
int await_open; /* flag indicating whether we've sent an open request
|
||||
for this channel (and are awaiting a confirmation
|
||||
or failure). */
|
||||
|
||||
const struct ChanType* type;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user