1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Merge prepare_session() fix from 'pre-0.77'.

This commit is contained in:
Simon Tatham 2022-04-29 16:47:14 +01:00
commit b00094d784

View File

@ -686,6 +686,12 @@ Socket *sshproxy_new_connection(SockAddr *addr, const char *hostname,
unreachable("bad SSH proxy type");
}
/*
* Do the usual normalisation of things in the Conf like a "user@"
* prefix on the hostname field.
*/
prepare_session(sp->conf);
sp->logctx = log_init(&sp->logpolicy, sp->conf);
char *error, *realhost;