Changeset 342 for branches/samba-3.3.x/source/lib/system_smbd.c
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/system_smbd.c
r206 r342 160 160 int i; 161 161 162 max_grp = MIN( 32, groups_max());162 max_grp = MIN(128, groups_max()); 163 163 temp_groups = SMB_MALLOC_ARRAY(gid_t, max_grp); 164 164 if (! temp_groups) {
Note:
See TracChangeset
for help on using the changeset viewer.