X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c613d3704853c399f6b30b35fb1c9e63045b761a..0f0ea7f779623fc4cad2bbf8c955b32d37588127:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 2bab6aa9..93a1eefb 100644 --- a/clientserver.c +++ b/clientserver.c @@ -285,7 +285,6 @@ static int rsync_module(int fd, int i) } if (am_root) { -#ifdef HAVE_SETGROUPS /* Get rid of any supplementary groups this process * might have inheristed. */ if (setgroups(0, NULL)) { @@ -293,7 +292,6 @@ static int rsync_module(int fd, int i) io_printf(fd, "@ERROR: setgroups failed\n"); return -1; } -#endif /* XXXX: You could argue that if the daemon is started * by a non-root user and they explicitly specify a