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:
commit
b00094d784
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user