]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - window.c
Document the three new configuration options I've added tonight
[PuTTY.git] / window.c
index 11533e29bb4c476e042e697348d36477148e0312..8b404ab16c4c75c91e35818c8df5061c7ca161d4 100644 (file)
--- a/window.c
+++ b/window.c
@@ -508,7 +508,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
        char msg[1024], *title;
        char *realhost;
 
-       error = back->init(cfg.host, cfg.port, &realhost);
+       error = back->init(cfg.host, cfg.port, &realhost, cfg.tcp_nodelay);
        if (error) {
            sprintf(msg, "Unable to open connection to\n"
                    "%.800s\n" "%s", cfg.host, error);