Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_hash
- 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_hash/idmap_hash.c
r206 r222 161 161 int i; 162 162 163 /* initialize the status to avoid suprise */ 164 for (i = 0; ids[i]; i++) { 165 ids[i]->status = ID_UNKNOWN; 166 } 167 163 168 nt_status = be_init(dom, NULL); 164 169 BAIL_ON_NTSTATUS_ERROR(nt_status); … … 207 212 int i; 208 213 214 /* initialize the status to avoid suprise */ 215 for (i = 0; ids[i]; i++) { 216 ids[i]->status = ID_UNKNOWN; 217 } 218 209 219 nt_status = be_init(dom, NULL); 210 220 BAIL_ON_NTSTATUS_ERROR(nt_status);
Note:
See TracChangeset
for help on using the changeset viewer.