Changeset 204 for branches/samba-3.2.x/source/winbindd/winbindd_ads.c
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd_ads.c
r141 r204 1226 1226 struct winbindd_domain d; 1227 1227 1228 ZERO_STRUCT(d); 1229 1228 1230 /* drop external trusts if this is not our primary 1229 1231 domain. This means that the returned number of … … 1255 1257 sid_copy( &d.sid, trusts.array[i].sid); 1256 1258 } else { 1257 sid_copy(& (*dom_sids)[ret_count], &global_sid_NULL);1259 sid_copy(&d.sid, &global_sid_NULL); 1258 1260 } 1259 1261
Note:
See TracChangeset
for help on using the changeset viewer.