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:
parent
d226659a12
commit
7717c386a1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user