From 54588750c9d878ae58bbba0c172a482260b36325 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 20 Sep 2014 22:14:24 +0000 Subject: [PATCH] Don't show SSH connection sharing options mid-session (they don't work). [originally from svn r10228] --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index bfa9071b..657f6069 100644 --- 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', -- 2.45.2