Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/winbindd/winbindd_ads.c

    r141 r204  
    12261226                        struct winbindd_domain d;
    12271227                       
     1228                        ZERO_STRUCT(d);
     1229
    12281230                        /* drop external trusts if this is not our primary
    12291231                           domain.  This means that the returned number of
     
    12551257                                sid_copy( &d.sid, trusts.array[i].sid);
    12561258                        } else {
    1257                                 sid_copy(&(*dom_sids)[ret_count], &global_sid_NULL);
     1259                                sid_copy(&d.sid, &global_sid_NULL);
    12581260                        }
    12591261
Note: See TracChangeset for help on using the changeset viewer.