1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Bah, I left a rogue event log entry lying around.

[originally from svn r5095]
This commit is contained in:
Simon Tatham 2005-01-11 15:33:35 +00:00
parent a16d64ee49
commit d5de8eacab

1
ssh.c
View File

@ -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;