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

    r206 r222  
    640640        int i;
    641641
     642        /* initialize the status to avoid suprise */
     643        for (i = 0; ids[i]; i++) {
     644                ids[i]->status = ID_UNKNOWN;
     645        }
     646       
    642647        ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context);
    643648
     
    677682        int i;
    678683
     684        /* initialize the status to avoid suprise */
     685        for (i = 0; ids[i]; i++) {
     686                ids[i]->status = ID_UNKNOWN;
     687        }
     688       
    679689        ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context);
    680690
Note: See TracChangeset for help on using the changeset viewer.