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_hash/idmap_hash.c

    r206 r222  
    161161        int i;
    162162
     163        /* initialize the status to avoid suprise */
     164        for (i = 0; ids[i]; i++) {
     165                ids[i]->status = ID_UNKNOWN;
     166        }
     167       
    163168        nt_status = be_init(dom, NULL);
    164169        BAIL_ON_NTSTATUS_ERROR(nt_status);
     
    207212        int i;
    208213
     214        /* initialize the status to avoid suprise */
     215        for (i = 0; ids[i]; i++) {
     216                ids[i]->status = ID_UNKNOWN;
     217        }
     218       
    209219        nt_status = be_init(dom, NULL);
    210220        BAIL_ON_NTSTATUS_ERROR(nt_status);
Note: See TracChangeset for help on using the changeset viewer.