]> andersk Git - openssh.git/blobdiff - ssh.c
- (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 5693c0d3966913c891968ac17afb29013237c286..be9c78b0fc28f1fa865ea4ac4d335f50a26c2949 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -615,7 +615,11 @@ again:
 
        cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
            options.connection_attempts,
+#ifdef HAVE_CYGWIN
+           options.use_privileged_port,
+#else
            original_effective_uid == 0 && options.use_privileged_port,
+#endif
            options.proxy_command);
 
        /*
This page took 0.030936 seconds and 4 git commands to generate.