Changeset 342 for branches/samba-3.3.x/source/lib
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- Location:
- branches/samba-3.3.x/source/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/smbldap.c
r274 r342 1466 1466 } 1467 1467 1468 DEBUG(3,("smbldap_search_paged: search was successful l\n"));1468 DEBUG(3,("smbldap_search_paged: search was successful\n")); 1469 1469 1470 1470 rc = ldap_parse_result(ldap_state->ldap_struct, *res, NULL, NULL, -
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.