Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/rpc_client/cli_lsarpc.c

    r745 r751  
    167167static NTSTATUS dcerpc_lsa_lookup_sids_noalloc(struct dcerpc_binding_handle *h,
    168168                                               TALLOC_CTX *mem_ctx,
     169
     170
    169171                                               struct policy_handle *pol,
    170172                                               int num_sids,
     
    288290
    289291                        if (name) {
    290                                 (names)[i] = talloc_strdup(names, name);
     292                                (names)[i] = talloc_strdup(names, name);
    291293                                if ((names)[i] == NULL) {
    292294                                        DEBUG(0, ("cli_lsa_lookup_sids_noalloc(): out of memory\n"));
     
    297299                                (names)[i] = NULL;
    298300                        }
    299                         domains[i] = talloc_strdup(domains,
     301                        domains[i] = talloc_strdup(domains,
    300302                                                   dom_name ? dom_name : "");
    301303                        (types)[i] = lsa_names.names[i].sid_type;
     
    395397                status = dcerpc_lsa_lookup_sids_noalloc(h,
    396398                                                        mem_ctx,
     399
     400
    397401                                                        pol,
    398402                                                        hunk_num_sids,
     
    434438
    435439                sids_left -= hunk_num_sids;
    436                 sids_processed += hunk_num_sids; /* only used in DEBUG */
     440                sids_processed += hunk_num_sids;
    437441                hunk_sids += hunk_num_sids;
    438442                hunk_domains += hunk_num_sids;
Note: See TracChangeset for help on using the changeset viewer.