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

Try actually initialising ssh->v1_compressing. With any luck this

will be what was causing Owen's crash report today.

[originally from svn r2156]
This commit is contained in:
Simon Tatham 2002-10-29 13:05:20 +00:00
parent 0720fc12ad
commit 7e4f9e1af0

2
ssh.c
View File

@ -1,4 +1,3 @@
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@ -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;