]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Bah, I left a rogue event log entry lying around.
authorSimon Tatham <anakin@pobox.com>
Tue, 11 Jan 2005 15:33:35 +0000 (15:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 11 Jan 2005 15:33:35 +0000 (15:33 +0000)
[originally from svn r5095]

ssh.c

diff --git a/ssh.c b/ssh.c
index 6312d8a747756b94bb79ae1fe0c87d59082a6211..9517e95fbf540ddd8c204beace47c5dde9379d1a 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;