Bah, I left a rogue event log entry lying around.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Jan 2005 15:33:35 +0000 (15:33 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Jan 2005 15:33:35 +0000 (15:33 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5095 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 6312d8a..9517e95 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -5343,7 +5343,6 @@ static int do_ssh2_transport(Ssh ssh, unsigned char *in, int inlen,
             goto wait_for_rekey;       /* this is utterly horrid */
         } else {
             logeventf(ssh, "Initiating key re-exchange (%s)", (char *)in);
-            logevent((char *)in);
         }
     }
     goto begin_key_exchange;