Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_tdb.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_tdb.c
r206 r222 754 754 int i; 755 755 756 /* initialize the status to avoid suprise */ 757 for (i = 0; ids[i]; i++) { 758 ids[i]->status = ID_UNKNOWN; 759 } 760 756 761 ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context); 757 762 … … 791 796 NTSTATUS ret; 792 797 int i; 798 799 /* initialize the status to avoid suprise */ 800 for (i = 0; ids[i]; i++) { 801 ids[i]->status = ID_UNKNOWN; 802 } 793 803 794 804 ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
Note:
See TracChangeset
for help on using the changeset viewer.