summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh.c b/ssh.c
index 5693c0d39..be9c78b0f 100644
--- a/ssh.c
+++ b/ssh.c
@@ -615,7 +615,11 @@ again:
615 615
616 cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6, 616 cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
617 options.connection_attempts, 617 options.connection_attempts,
618#ifdef HAVE_CYGWIN
619 options.use_privileged_port,
620#else
618 original_effective_uid == 0 && options.use_privileged_port, 621 original_effective_uid == 0 && options.use_privileged_port,
622#endif
619 options.proxy_command); 623 options.proxy_command);
620 624
621 /* 625 /*