]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Don't show SSH connection sharing options mid-session (they don't work).
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 20 Sep 2014 22:14:24 +0000 (22:14 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 20 Sep 2014 22:14:24 +0000 (22:14 +0000)
[originally from svn r10228]

config.c

index bfa9071bcfc54d29ca6051060e04c526a72e86ac..657f6069a908e31a70faef2a5a22b13d0775cf57 100644 (file)
--- a/config.c
+++ b/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',