Changeset 751 for trunk/server/source3/rpc_client/cli_lsarpc.c
- Timestamp:
- Nov 29, 2012, 1:59:04 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/server/source3/rpc_client/cli_lsarpc.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/rpc_client/cli_lsarpc.c
r745 r751 167 167 static NTSTATUS dcerpc_lsa_lookup_sids_noalloc(struct dcerpc_binding_handle *h, 168 168 TALLOC_CTX *mem_ctx, 169 170 169 171 struct policy_handle *pol, 170 172 int num_sids, … … 288 290 289 291 if (name) { 290 (names)[i] = talloc_strdup(names , name);292 (names)[i] = talloc_strdup(names, name); 291 293 if ((names)[i] == NULL) { 292 294 DEBUG(0, ("cli_lsa_lookup_sids_noalloc(): out of memory\n")); … … 297 299 (names)[i] = NULL; 298 300 } 299 domains[i] = talloc_strdup(domains ,301 domains[i] = talloc_strdup(domains, 300 302 dom_name ? dom_name : ""); 301 303 (types)[i] = lsa_names.names[i].sid_type; … … 395 397 status = dcerpc_lsa_lookup_sids_noalloc(h, 396 398 mem_ctx, 399 400 397 401 pol, 398 402 hunk_num_sids, … … 434 438 435 439 sids_left -= hunk_num_sids; 436 sids_processed += hunk_num_sids; /* only used in DEBUG */440 sids_processed += hunk_num_sids; 437 441 hunk_sids += hunk_num_sids; 438 442 hunk_domains += hunk_num_sids;
Note:
See TracChangeset
for help on using the changeset viewer.
