Changeset 309 for branches/samba-3.3.x/source/rpc_server
- Timestamp:
- Aug 4, 2009, 8:51:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/rpc_server/srv_lsa_nt.c
r224 r309 1091 1091 status = _lsa_LookupNames(p, &q); 1092 1092 1093 sid_array2->count = sid_array->count; 1093 1094 sid_array2->sids = TALLOC_ARRAY(p->mem_ctx, struct lsa_TranslatedSid2, sid_array->count); 1094 1095 if (!sid_array2->sids) {
Note:
See TracChangeset
for help on using the changeset viewer.