X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a5a6f839780c4cb39f3001602162576d98e9fcca..e66c3912e1b12d8a95b818a316c70ec6b4383aef:/ssh.c?ds=sidebyside diff --git a/ssh.c b/ssh.c index 7df67eb8..b9d906d8 100644 --- a/ssh.c +++ b/ssh.c @@ -2933,6 +2933,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); } } @@ -3013,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); } } }