mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Bah, I left a rogue event log entry lying around.
[originally from svn r5095]
This commit is contained in:
parent
a16d64ee49
commit
d5de8eacab
1
ssh.c
1
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 */
|
goto wait_for_rekey; /* this is utterly horrid */
|
||||||
} else {
|
} else {
|
||||||
logeventf(ssh, "Initiating key re-exchange (%s)", (char *)in);
|
logeventf(ssh, "Initiating key re-exchange (%s)", (char *)in);
|
||||||
logevent((char *)in);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
goto begin_key_exchange;
|
goto begin_key_exchange;
|
||||||
|
Loading…
Reference in New Issue
Block a user