Changeset 312 for branches/samba-3.0/source/nsswitch/winbindd_passdb.c
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_passdb.c
r165 r312 591 591 continue; 592 592 } 593 if (!((*names)[ i] = talloc_strdup((*names),593 if (!((*names)[num_mapped] = talloc_strdup((*names), 594 594 lsa_names[i].name))) { 595 595 TALLOC_FREE(tmp_ctx); … … 597 597 } 598 598 599 (*name_types)[ i] = lsa_names[i].type;599 (*name_types)[num_mapped] = lsa_names[i].type; 600 600 601 601 num_mapped += 1;
Note:
See TracChangeset
for help on using the changeset viewer.