X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/63ecee4d1ae76134d3ebd6272d2157f059b2cab6..25ff04417e4b4fa0aeb44e0b1576a01021aa1650:/clientserver.c diff --git a/clientserver.c b/clientserver.c index fdd63868..4825b00a 100644 --- a/clientserver.c +++ b/clientserver.c @@ -395,7 +395,7 @@ static int rsync_module(int f_in, int f_out, int i) io_printf(f_out, "@ERROR: setgid failed\n"); return -1; } -#ifdef HAVE_SETGROUPS +#if HAVE_SETGROUPS /* Get rid of any supplementary groups this process * might have inheristed. */ if (setgroups(1, &gid)) {