]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - settings.c
Document all the new command-line stuff.
[PuTTY.git] / settings.c
index 8764bb323a3a29cd9ce8566a12fde23a01af03c7..febd95050e168473f9625d6c448398b0a6254e68 100644 (file)
@@ -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);