X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ee22d542c70c0c343060be1d2f23883f0d236b78..3648d4c5e474049da92b2331610897f1b2d5c06b:/ssh.c diff --git a/ssh.c b/ssh.c index bfbef639..eea76c07 100644 --- a/ssh.c +++ b/ssh.c @@ -5926,6 +5926,8 @@ static char *ssh_init(void *frontend_handle, void **backend_handle, ssh->overall_bufsize = 0; ssh->fallback_cmd = 0; + ssh->protocol = NULL; + p = connect_to_host(ssh, host, port, realhost, nodelay); if (p != NULL) return p;