Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_adex
- 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_adex/idmap_adex.c
r206 r222 160 160 struct likewise_cell *cell; 161 161 162 /* initialize the status to avoid suprise */ 163 for (i = 0; ids[i]; i++) { 164 ids[i]->status = ID_UNKNOWN; 165 } 166 162 167 nt_status = _idmap_adex_init(dom, NULL); 163 168 if (!NT_STATUS_IS_OK(nt_status)) … … 208 213 struct likewise_cell *cell; 209 214 215 /* initialize the status to avoid suprise */ 216 for (i = 0; ids[i]; i++) { 217 ids[i]->status = ID_UNKNOWN; 218 } 219 210 220 nt_status = _idmap_adex_init(dom, NULL); 211 221 if (!NT_STATUS_IS_OK(nt_status))
Note:
See TracChangeset
for help on using the changeset viewer.