Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_tdb2.c
- Timestamp:
- May 24, 2009, 7:45:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/idmap_tdb2.c
r206 r222 640 640 int i; 641 641 642 /* initialize the status to avoid suprise */ 643 for (i = 0; ids[i]; i++) { 644 ids[i]->status = ID_UNKNOWN; 645 } 646 642 647 ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context); 643 648 … … 677 682 int i; 678 683 684 /* initialize the status to avoid suprise */ 685 for (i = 0; ids[i]; i++) { 686 ids[i]->status = ID_UNKNOWN; 687 } 688 679 689 ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context); 680 690
Note:
See TracChangeset
for help on using the changeset viewer.