X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=settings.c;h=febd95050e168473f9625d6c448398b0a6254e68;hb=4abd468e14d110f2085f7a693687a9c19e1d47e1;hp=8764bb323a3a29cd9ce8566a12fde23a01af03c7;hpb=eabd704d1ecf72868794284d0f24e8d69ec9ce76;p=PuTTY.git diff --git a/settings.c b/settings.c index 8764bb32..febd9505 100644 --- a/settings.c +++ b/settings.c @@ -366,7 +366,7 @@ void load_settings(char *section, int do_host, Config * cfg) sizeof(cfg->proxy_username)); gpps(sesskey, "ProxyPassword", "", cfg->proxy_password, sizeof(cfg->proxy_password)); - gpps(sesskey, "ProxyTelnetCommand", "connect %host %port", + gpps(sesskey, "ProxyTelnetCommand", "connect %host %port\\n", cfg->proxy_telnet_command, sizeof(cfg->proxy_telnet_command)); gppi(sesskey, "ProxySOCKSVersion", 5, &cfg->proxy_socks_version);