]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Arrange that log_packet() isn't called for raw data logging if logctx is null.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jul 2007 13:43:57 +0000 (13:43 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jul 2007 13:43:57 +0000 (13:43 +0000)
commitc1459927df4cb40a2d2a45d63afdddc27a0f6edc
tree4c7da5abfffbfee8b96eca87bb449986e5e5175c
parent22cde3ee5b1938cf368e24955395c955bdd9daea
Arrange that log_packet() isn't called for raw data logging if logctx is null.
This allows us to send data in ssh_init(), albeit at the expense of its not
being properly logged, so arrange to send the version string then if that's
sensible, which should reduce the number of round-trips required to bring
up an SSH-2 connection.

[originally from svn r7646]
ssh.c