]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops; missed out a crStop in the new host key verification code.
authorSimon Tatham <anakin@pobox.com>
Sat, 19 Feb 2005 14:48:36 +0000 (14:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 19 Feb 2005 14:48:36 +0000 (14:48 +0000)
[originally from svn r5354]

ssh.c

diff --git a/ssh.c b/ssh.c
index 7df67eb81234deb1112d24e9e69daa1802447ecd..ccc7ccca0be2224cf1b2f06752e1629c4323b2ef 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);
         }
     }