Changeset 222 for branches/samba-3.3.x/source/winbindd/idmap_nss.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_nss.c
r206 r222 45 45 int i; 46 46 47 /* initialize the status to avoid suprise */ 48 for (i = 0; ids[i]; i++) { 49 ids[i]->status = ID_UNKNOWN; 50 } 51 47 52 ctx = talloc_new(dom); 48 53 if ( ! ctx) { … … 131 136 int i; 132 137 138 /* initialize the status to avoid suprise */ 139 for (i = 0; ids[i]; i++) { 140 ids[i]->status = ID_UNKNOWN; 141 } 142 133 143 ctx = talloc_new(dom); 134 144 if ( ! ctx) {
Note:
See TracChangeset
for help on using the changeset viewer.