1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Another failure to crStop(0) on user abort, this time for SSH-1 cipher

askalg(). That should be the last one.

[originally from svn r5369]
This commit is contained in:
Jacob Nevins 2005-02-20 21:00:16 +00:00
parent 8f5075e182
commit 140688e77f

1
ssh.c
View File

@ -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);
}
}
}