We need to return the value here...
authorAndrew Bartlett <abartlet@samba.org>
Fri, 23 Aug 2002 12:31:36 +0000 (12:31 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 23 Aug 2002 12:31:36 +0000 (12:31 +0000)
Andrew Bartlett

source/lib/system_smbd.c

index 28ceaf393905ab58319bda46bbe632c89a0110a5..580ef8a4634ff0adb58a2afd9a1203ea08932632 100644 (file)
@@ -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
 }