]> andersk Git - openssh.git/blobdiff - sshd.c
- (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index 82520b8b0b47cd22cec85a3d43269bdfcc4f46b9..afb872665c1af708dd221f37ef6867c29d659b8d 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1005,6 +1005,7 @@ main(int ac, char **av)
        if (test_flag)
                exit(0);
 
+#ifndef HAVE_CYGWIN
        /*
         * Clear out any supplemental groups we may have inherited.  This
         * prevents inadvertent creation of files with bad modes (in the
@@ -1014,6 +1015,7 @@ main(int ac, char **av)
         */
        if (setgroups(0, NULL) < 0)
                debug("setgroups() failed: %.200s", strerror(errno));
+#endif /* !HAVE_CYGWIN */
 
        /* Initialize the log (it is reinitialized below in case we forked). */
        if (debug_flag && !inetd_flag)
This page took 0.051005 seconds and 4 git commands to generate.