* ensure that we only handle open confirmation/failure

for channels where it is expected

--HG--
extra : convert_revision : acc1ba014aae08ecb3159282fe87defe67899a40
This commit is contained in:
Matt Johnston
2005-09-05 17:10:32 +00:00
parent 70438b7715
commit 18b082955b
2 changed files with 17 additions and 0 deletions

View File

@@ -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;
};