Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_passdb.c

    r165 r312  
    591591                        continue;
    592592                }
    593                 if (!((*names)[i] = talloc_strdup((*names),
     593                if (!((*names)[num_mapped] = talloc_strdup((*names),
    594594                                                  lsa_names[i].name))) {
    595595                        TALLOC_FREE(tmp_ctx);
     
    597597                }
    598598
    599                 (*name_types)[i] = lsa_names[i].type;
     599                (*name_types)[num_mapped] = lsa_names[i].type;
    600600
    601601                num_mapped += 1;
Note: See TracChangeset for help on using the changeset viewer.