mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Hmm. Probably best initialise mainchan as well; oops.
[originally from svn r2157]
This commit is contained in:
parent
7e4f9e1af0
commit
1c80391e61
1
ssh.c
1
ssh.c
@ -5902,6 +5902,7 @@ static char *ssh_init(void *frontend_handle, void **backend_handle,
|
|||||||
ssh->do_ssh1_login_state = NULL;
|
ssh->do_ssh1_login_state = NULL;
|
||||||
ssh->do_ssh2_transport_state = NULL;
|
ssh->do_ssh2_transport_state = NULL;
|
||||||
ssh->do_ssh2_authconn_state = NULL;
|
ssh->do_ssh2_authconn_state = NULL;
|
||||||
|
ssh->mainchan = NULL;
|
||||||
|
|
||||||
*backend_handle = ssh;
|
*backend_handle = ssh;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user