From: simon Date: Tue, 11 Jan 2005 15:33:35 +0000 (+0000) Subject: Bah, I left a rogue event log entry lying around. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/43b5682aa6140913dfd750fe64cc15edb499d2d4 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 --- 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;