mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05: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");
|
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);
|
sp->logctx = log_init(&sp->logpolicy, sp->conf);
|
||||||
|
|
||||||
char *error, *realhost;
|
char *error, *realhost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user