mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 04:55:02 -05:00
Stop accidental subsystem attempts
[originally from svn r959]
This commit is contained in:
parent
d226659a12
commit
7717c386a1
@ -157,6 +157,8 @@ void load_settings (char *section, int do_host, Config *cfg) {
|
|||||||
|
|
||||||
sesskey = open_settings_r(section);
|
sesskey = open_settings_r(section);
|
||||||
|
|
||||||
|
cfg->ssh_subsys = 0; /* FIXME: load this properly */
|
||||||
|
|
||||||
gpps (sesskey, "HostName", "", cfg->host, sizeof(cfg->host));
|
gpps (sesskey, "HostName", "", cfg->host, sizeof(cfg->host));
|
||||||
gppi (sesskey, "PortNumber", default_port, &cfg->port);
|
gppi (sesskey, "PortNumber", default_port, &cfg->port);
|
||||||
gpps (sesskey, "LogFileName", "putty.log",
|
gpps (sesskey, "LogFileName", "putty.log",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user