X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/10068a0b6f3b17af077f501d3ad9cbb2fe332118..12bff6dc1d8d9d0eb9a20570216f87387cac59e9:/unix/uxcfg.c diff --git a/unix/uxcfg.c b/unix/uxcfg.c index 8d8d65eb..582b45d9 100644 --- a/unix/uxcfg.c +++ b/unix/uxcfg.c @@ -130,9 +130,9 @@ void unix_setup_config_box(struct controlbox *b, int midsession, void *win) * Unix supports a local-command proxy. This also means we must * adjust the text on the `Telnet command' control. */ - s = ctrl_getset(b, "Connection/Proxy", "basics", NULL); - { + if (!midsession) { int i; + s = ctrl_getset(b, "Connection/Proxy", "basics", NULL); for (i = 0; i < s->ncontrols; i++) { c = s->ctrls[i]; if (c->generic.type == CTRL_RADIO &&