]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
We shouldn't offer the Break special when we don't have a session to send it
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 15:32:42 +0000 (15:32 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 15:32:42 +0000 (15:32 +0000)
commite1b06507253fee87c519429866dc2554deeca890
tree9a831c583f22557104b7c77069c962d255953336
parent94d123b68fe6c302233f1d99914e7dc288badddd
We shouldn't offer the Break special when we don't have a session to send it
down. (A side effect of fixing this is that ssh->mainchain is set to NULL
when it closes, which might avoid other sorts of trouble.)

While we're here, don't bother offering SSH1_MSG_IGNORE if we believe the
remote will barf on it.

git-svn-id: http://svn.tartarus.org/sgt/putty@4650 cda61777-01e9-0310-a592-d414129be87e
ssh.c