Configurable TCP_NODELAY option on network connections
[u/mdw/putty] / psftp.c
diff --git a/psftp.c b/psftp.c
index 6b7ff1d..250a5fc 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1820,7 +1820,7 @@ int main(int argc, char *argv[])
 
     back = &ssh_backend;
 
-    err = back->init(cfg.host, cfg.port, &realhost);
+    err = back->init(cfg.host, cfg.port, &realhost, 0);
     if (err != NULL) {
        fprintf(stderr, "ssh_init: %s", err);
        return 1;