X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/186387301f0a56f4fbd6bf495cdd5421947ada16..e95538ca2c8fdecd66a112635aa30077419af685:/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)) {