mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Don't show SSH connection sharing options mid-session (they don't work).
[originally from svn r10228]
This commit is contained in:
parent
25ea76da47
commit
54588750c9
2
config.c
2
config.c
@ -2167,7 +2167,7 @@ void setup_config_box(struct controlbox *b, int midsession,
|
||||
I(CONF_compression));
|
||||
}
|
||||
|
||||
if (!midsession || protcfginfo != 1) {
|
||||
if (!midsession) {
|
||||
s = ctrl_getset(b, "Connection/SSH", "sharing", "Sharing an SSH connection between PuTTY tools");
|
||||
|
||||
ctrl_checkbox(s, "Share SSH connections if possible", 's',
|
||||
|
Loading…
Reference in New Issue
Block a user