summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshconnect.c b/sshconnect.c
index f20d3e792..1e5b8ea5a 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1293,7 +1293,7 @@ ssh_login(struct ssh *ssh, Sensitive *sensitive, const char *orighost,
1293 lowercase(host); 1293 lowercase(host);
1294 1294
1295 /* Exchange protocol version identification strings with the server. */ 1295 /* Exchange protocol version identification strings with the server. */
1296 if ((r = kex_exchange_identification(ssh, timeout_ms, NULL)) != 0) 1296 if ((r = kex_exchange_identification(ssh, timeout_ms, 1, NULL)) != 0)
1297 sshpkt_fatal(ssh, r, "banner exchange"); 1297 sshpkt_fatal(ssh, r, "banner exchange");
1298 1298
1299 /* Put the connection into non-blocking mode. */ 1299 /* Put the connection into non-blocking mode. */