Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/wb_gettoken.c

    r414 r596  
    107107         * Expand our domain's aliases
    108108         */
    109         domain = find_our_domain();
     109        domain = find_domain_from_sid_noinit(get_global_sam_sid());
    110110        if (domain == NULL) {
    111111                tevent_req_nterror(req, NT_STATUS_INTERNAL_ERROR);
     
    138138                return;
    139139        }
    140         domain = find_our_domain();
     140        domain = find_domain_from_sid_noinit(get_global_sam_sid());
    141141        if (!wb_add_rids_to_sids(state, &state->num_sids, &state->sids,
    142142                                 &domain->sid, num_rids, rids)) {
Note: See TracChangeset for help on using the changeset viewer.