mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Add some missing initialisations.
Spotted by valgrind, after I was testing all the Coverity bug fixes :-)
This commit is contained in:
2
ssh.c
2
ssh.c
@ -10598,6 +10598,8 @@ static const char *ssh_init(void *frontend_handle, void **backend_handle,
|
||||
ssh->sent_console_eof = FALSE;
|
||||
ssh->got_pty = FALSE;
|
||||
ssh->bare_connection = FALSE;
|
||||
ssh->X11_fwd_enabled = FALSE;
|
||||
ssh->connshare = NULL;
|
||||
ssh->attempting_connshare = FALSE;
|
||||
|
||||
*backend_handle = ssh;
|
||||
|
Reference in New Issue
Block a user