Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

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  
    14661466        }
    14671467
    1468         DEBUG(3,("smbldap_search_paged: search was successfull\n"));
     1468        DEBUG(3,("smbldap_search_paged: search was successful\n"));
    14691469
    14701470        rc = ldap_parse_result(ldap_state->ldap_struct, *res, NULL, NULL,
  • branches/samba-3.3.x/source/lib/system_smbd.c

    r206 r342  
    160160        int i;
    161161
    162         max_grp = MIN(32, groups_max());
     162        max_grp = MIN(128, groups_max());
    163163        temp_groups = SMB_MALLOC_ARRAY(gid_t, max_grp);
    164164        if (! temp_groups) {
Note: See TracChangeset for help on using the changeset viewer.