Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_ad.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_ad.c
r206 r222 305 305 char *g_filter = NULL; 306 306 307 /* initialize the status to avoid suprise */ 308 for (i = 0; ids[i]; i++) { 309 ids[i]->status = ID_UNKNOWN; 310 } 311 307 312 /* Only do query if we are online */ 308 313 if (idmap_is_offline()) { … … 517 522 char *sidstr; 518 523 524 /* initialize the status to avoid suprise */ 525 for (i = 0; ids[i]; i++) { 526 ids[i]->status = ID_UNKNOWN; 527 } 528 519 529 /* Only do query if we are online */ 520 530 if (idmap_is_offline()) {
Note:
See TracChangeset
for help on using the changeset viewer.