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

Stop accidental subsystem attempts

[originally from svn r959]
This commit is contained in:
Simon Tatham 2001-03-01 12:27:35 +00:00
parent d226659a12
commit 7717c386a1

View File

@ -157,6 +157,8 @@ void load_settings (char *section, int do_host, Config *cfg) {
sesskey = open_settings_r(section);
cfg->ssh_subsys = 0; /* FIXME: load this properly */
gpps (sesskey, "HostName", "", cfg->host, sizeof(cfg->host));
gppi (sesskey, "PortNumber", default_port, &cfg->port);
gpps (sesskey, "LogFileName", "putty.log",