From 43b5682aa6140913dfd750fe64cc15edb499d2d4 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 11 Jan 2005 15:33:35 +0000 Subject: [PATCH] Bah, I left a rogue event log entry lying around. git-svn-id: svn://svn.tartarus.org/sgt/putty@5095 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh.c b/ssh.c index 6312d8a7..9517e95f 100644 --- 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; -- 2.11.0