X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0ce89525af77efe89d35cc4eb48945a57b9f08c0..be7384599197645ed8757cf68e15cd2a4c28be46:/ssh.c diff --git a/ssh.c b/ssh.c index 0cfba57e..e60e0315 100644 --- a/ssh.c +++ b/ssh.c @@ -1,4 +1,3 @@ -#include #include #include #include @@ -5889,6 +5888,7 @@ static char *ssh_init(void *frontend_handle, void **backend_handle, ssh->fallback_cmd = 0; ssh->pkt_ctx = 0; ssh->x11auth = NULL; + ssh->v1_compressing = FALSE; ssh->v2_outgoing_sequence = 0; ssh->ssh1_rdpkt_crstate = 0; ssh->ssh2_rdpkt_crstate = 0;