From 5c3f8d2f269ac05f9feaf13b13ca12f0f46e0be0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 19 Feb 2005 14:48:36 +0000 Subject: [PATCH] Oops; missed out a crStop in the new host key verification code. [originally from svn r5354] --- ssh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.c b/ssh.c index 7df67eb8..ccc7ccca 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); } }