Improve behaviour when flushing out after a process has exited.

--HG--
branch : channel-fix
extra : convert_revision : e73ee8f7ae404a9355685c30828a0ad4524031bc
This commit is contained in:
Matt Johnston
2007-02-09 10:43:16 +00:00
parent cda7af7ca2
commit f5ad5c1553
5 changed files with 84 additions and 13 deletions

View File

@@ -123,7 +123,8 @@ struct sshsession {
unsigned char lastpacket; /* What the last received packet type was */
int signal_pipe[2]; /* stores endpoints of a self-pipe used for
race-free signal handling */
/* KEX/encryption related */
struct KEXState kexstate;