X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fpterm.c;h=8e2554d8fe9716eba0d0fa8407c6bcc1435dd95b;hb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;hp=87339fb46e31881e2ba30e0a271cd62e4a9314aa;hpb=6bcac21e36c648736f06a86d97eebd41a9a0c271;p=PuTTY.git diff --git a/unix/pterm.c b/unix/pterm.c index 87339fb4..8e2554d8 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -3367,7 +3367,8 @@ int pt_main(int argc, char **argv) error = inst->back->init((void *)inst, &inst->backhandle, &inst->cfg, inst->cfg.host, inst->cfg.port, - &realhost, inst->cfg.tcp_nodelay); + &realhost, inst->cfg.tcp_nodelay, + inst->cfg.tcp_keepalives); if (error) { char *msg = dupprintf("Unable to open connection to %s:\n%s",