From 548203a0c42727d7ff3fc339968fdd448180bcae Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 23 Aug 2002 12:31:36 +0000 Subject: We need to return the value here... Andrew Bartlett (This used to be commit 8fbc964f2f40de80851cf89f7bed0ddc5d01b074) --- source3/lib/system_smbd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/system_smbd.c b/source3/lib/system_smbd.c index 28ceaf3939..580ef8a463 100644 --- a/source3/lib/system_smbd.c +++ b/source3/lib/system_smbd.c @@ -101,5 +101,6 @@ int sys_getgrouplist(const char *user, gid_t gid, gid_t *groups, int *grpcnt) become_root(); retval = getgrouplist_internals(user, gid, groups, grpcnt); unbecome_root(); + return retval; #endif } -- cgit