mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +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));
|
I(CONF_compression));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!midsession || protcfginfo != 1) {
|
if (!midsession) {
|
||||||
s = ctrl_getset(b, "Connection/SSH", "sharing", "Sharing an SSH connection between PuTTY tools");
|
s = ctrl_getset(b, "Connection/SSH", "sharing", "Sharing an SSH connection between PuTTY tools");
|
||||||
|
|
||||||
ctrl_checkbox(s, "Share SSH connections if possible", 's',
|
ctrl_checkbox(s, "Share SSH connections if possible", 's',
|
||||||
|
Loading…
Reference in New Issue
Block a user