1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -05:00

Unix PuTTY: add missing call to prepare_session.

Now 'putty user@host' will do what you wanted on Unix the same way it
always has on Windows.

(Thanks to Geoff Winkless for pointing out this inconsistency. I've
redone his actual patch my way, but he should still be credited for
the inspiration!)
This commit is contained in:
Simon Tatham 2017-12-03 14:38:55 +00:00
parent e3796cb779
commit 247d1b9b78

View File

@ -4597,6 +4597,8 @@ void new_session_window(Conf *conf, const char *geometry_string)
{
struct gui_data *inst;
prepare_session(conf);
/*
* Create an instance structure and initialise to zeroes
*/