Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/idmap_adex/idmap_adex.c

    r206 r222  
    160160        struct likewise_cell *cell;
    161161
     162        /* initialize the status to avoid suprise */
     163        for (i = 0; ids[i]; i++) {
     164                ids[i]->status = ID_UNKNOWN;
     165        }
     166       
    162167        nt_status = _idmap_adex_init(dom, NULL);
    163168        if (!NT_STATUS_IS_OK(nt_status))
     
    208213        struct likewise_cell *cell;
    209214
     215        /* initialize the status to avoid suprise */
     216        for (i = 0; ids[i]; i++) {
     217                ids[i]->status = ID_UNKNOWN;
     218        }
     219       
    210220        nt_status = _idmap_adex_init(dom, NULL);
    211221        if (!NT_STATUS_IS_OK(nt_status))
Note: See TracChangeset for help on using the changeset viewer.