Oops; missed out a crStop in the new host key verification code.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Feb 2005 14:48:36 +0000 (14:48 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Feb 2005 14:48:36 +0000 (14:48 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5354 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 7df67eb..ccc7ccc 100644 (file)
--- 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);
         }
     }