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
Родитель e3796cb779
Коммит 247d1b9b78
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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
*/