X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2b3f6c19242cf99e7c0ab6b9e8f1253f480f1cfd..54018d95d47e4aff427c4e76f2d952c063ae077b:/ssh.c diff --git a/ssh.c b/ssh.c index ccc7ccca..b9d906d8 100644 --- a/ssh.c +++ b/ssh.c @@ -3014,6 +3014,7 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen, if (s->dlgret == 0) { ssh->close_expected = TRUE; ssh_closing((Plug)ssh, NULL, 0, 0); + crStop(0); } } }