]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Shut down connshare upstream along with the SSH connection.
authorSimon Tatham <anakin@pobox.com>
Mon, 10 Nov 2014 18:29:00 +0000 (18:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 10 Nov 2014 18:31:34 +0000 (18:31 +0000)
commit063c438fec892a5d03e0853baa6aa0cf963e7a50
tree51bdc68d1d665fcee5c99533edb1a3803248689b
parent5429effd8e611c267e3ab117586821c051b2719a
Shut down connshare upstream along with the SSH connection.

This ought to happen in ssh_do_close alongside the code that shuts
down other local listening things like port forwardings, for the same
obvious reason. In particular, we should get through this _before_ we
put up a modal dialog box telling the user what just went wrong with
the SSH connection, so that further sessions started while that box is
active don't try futilely to connect to the not-really-listening
zombie upstream.
ssh.c