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_tdb.c

    r206 r222  
    754754        int i;
    755755
     756        /* initialize the status to avoid suprise */
     757        for (i = 0; ids[i]; i++) {
     758                ids[i]->status = ID_UNKNOWN;
     759        }
     760
    756761        ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
    757762
     
    791796        NTSTATUS ret;
    792797        int i;
     798
     799        /* initialize the status to avoid suprise */
     800        for (i = 0; ids[i]; i++) {
     801                ids[i]->status = ID_UNKNOWN;
     802        }
    793803
    794804        ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
Note: See TracChangeset for help on using the changeset viewer.