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

    r206 r222  
    172172        int i;
    173173
     174        /* initialize the status to avoid suprise */
     175        for (i = 0; ids[i]; i++) {
     176                ids[i]->status = ID_UNKNOWN;
     177        }
     178       
    174179        ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context);
    175180
     
    206211        int i;
    207212
     213        /* initialize the status to avoid suprise */
     214        for (i = 0; ids[i]; i++) {
     215                ids[i]->status = ID_UNKNOWN;
     216        }
     217       
    208218        ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context);
    209219
Note: See TracChangeset for help on using the changeset viewer.