mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -05:00
Hmm. Probably best initialise mainchan as well; oops.
[originally from svn r2157]
This commit is contained in:
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user