summaryrefslogtreecommitdiff
path: root/roaming_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'roaming_client.c')
-rw-r--r--roaming_client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/roaming_client.c b/roaming_client.c
index 81c496827..2fb623121 100644
--- a/roaming_client.c
+++ b/roaming_client.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: roaming_client.c,v 1.5 2013/05/17 00:13:14 djm Exp $ */ 1/* $OpenBSD: roaming_client.c,v 1.6 2013/10/16 02:31:46 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2004-2009 AppGate Network Security AB 3 * Copyright (c) 2004-2009 AppGate Network Security AB
4 * 4 *
@@ -259,10 +259,10 @@ wait_for_roaming_reconnect(void)
259 if (c != '\n' && c != '\r') 259 if (c != '\n' && c != '\r')
260 continue; 260 continue;
261 261
262 if (ssh_connect(host, &hostaddr, options.port, 262 if (ssh_connect(host, NULL, &hostaddr, options.port,
263 options.address_family, 1, &timeout_ms, 263 options.address_family, 1, &timeout_ms,
264 options.tcp_keep_alive, options.use_privileged_port, 264 options.tcp_keep_alive, options.use_privileged_port) == 0 &&
265 options.proxy_command) == 0 && roaming_resume() == 0) { 265 roaming_resume() == 0) {
266 packet_restore_state(); 266 packet_restore_state();
267 reenter_guard = 0; 267 reenter_guard = 0;
268 fprintf(stderr, "[connection resumed]\n"); 268 fprintf(stderr, "[connection resumed]\n");