]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Implement this year's consensus on CHANNEL_FAILURE vs CHANNEL_CLOSE.
[PuTTY.git] / config.c
index 2960cab37a5bfebc2e13abbc9a594e61f56b7b36..e4cfabf86f9ce47e6ecaccf3864617e4b85e433d 100644 (file)
--- a/config.c
+++ b/config.c
@@ -2490,6 +2490,9 @@ void setup_config_box(struct controlbox *b, int midsession,
            ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20,
                          HELPCTX(ssh_bugs_maxpkt2),
                          sshbug_handler, I(CONF_sshbug_maxpkt2));
+           ctrl_droplist(s, "Replies to channel requests after channel close",
+                          'q', 20, HELPCTX(ssh_bugs_chanreq),
+                         sshbug_handler, I(CONF_sshbug_chanreq));
        }
     }
 }