1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Hmm. Probably best initialise mainchan as well; oops.

[originally from svn r2157]
This commit is contained in:
Simon Tatham 2002-10-29 14:41:10 +00:00
parent 7e4f9e1af0
commit 1c80391e61

1
ssh.c
View File

@ -5902,6 +5902,7 @@ static char *ssh_init(void *frontend_handle, void **backend_handle,
ssh->do_ssh1_login_state = NULL;
ssh->do_ssh2_transport_state = NULL;
ssh->do_ssh2_authconn_state = NULL;
ssh->mainchan = NULL;
*backend_handle = ssh;