mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r13475: Fix erroneous initialization caused by my renaming types.
Jeremy.
This commit is contained in:
parent
b9b8cd1752
commit
e8e2fc79b4
@ -343,7 +343,7 @@ NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
|
||||
}
|
||||
|
||||
for (i = 0; i < num_names; i++) {
|
||||
DOM_RID2 *t_rids = r.dom_rid;
|
||||
DOM_RID *t_rids = r.dom_rid;
|
||||
uint32 dom_idx = t_rids[i].rid_idx;
|
||||
uint32 dom_rid = t_rids[i].rid;
|
||||
DOM_SID *sid = &(*sids)[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user