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

Oops; missed out a crStop in the new host key verification code.

[originally from svn r5354]
This commit is contained in:
Simon Tatham 2005-02-19 14:48:36 +00:00
parent 5b15dca2da
commit 5c3f8d2f26

1
ssh.c
View File

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