mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
parent
5b3fe8d63a
commit
ba934cc6c1
@ -562,8 +562,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
uint32_t *resume_handle,
|
||||
uint32_t max_size,
|
||||
struct lsa_DomainList *domains)
|
||||
struct lsa_DomainList *domains,
|
||||
uint32_t max_size)
|
||||
{
|
||||
struct lsa_EnumTrustDom r;
|
||||
NTSTATUS status;
|
||||
|
@ -65,8 +65,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
uint32_t *resume_handle,
|
||||
uint32_t max_size,
|
||||
struct lsa_DomainList *domains);
|
||||
struct lsa_DomainList *domains,
|
||||
uint32_t max_size);
|
||||
NTSTATUS rpccli_lsa_LookupNames(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
|
Loading…
Reference in New Issue
Block a user