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

    r206 r222  
    4545        int i;
    4646
     47        /* initialize the status to avoid suprise */
     48        for (i = 0; ids[i]; i++) {
     49                ids[i]->status = ID_UNKNOWN;
     50        }
     51       
    4752        ctx = talloc_new(dom);
    4853        if ( ! ctx) {
     
    131136        int i;
    132137
     138        /* initialize the status to avoid suprise */
     139        for (i = 0; ids[i]; i++) {
     140                ids[i]->status = ID_UNKNOWN;
     141        }
     142       
    133143        ctx = talloc_new(dom);
    134144        if ( ! ctx) {
Note: See TracChangeset for help on using the changeset viewer.