Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_rid.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_rid.c
r206 r222 172 172 int i; 173 173 174 /* initialize the status to avoid suprise */ 175 for (i = 0; ids[i]; i++) { 176 ids[i]->status = ID_UNKNOWN; 177 } 178 174 179 ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context); 175 180 … … 206 211 int i; 207 212 213 /* initialize the status to avoid suprise */ 214 for (i = 0; ids[i]; i++) { 215 ids[i]->status = ID_UNKNOWN; 216 } 217 208 218 ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context); 209 219
Note:
See TracChangeset
for help on using the changeset viewer.