summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 06f714acc8..0df0ddecc5 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -713,7 +713,7 @@ struct lsa_CreateAccount {
} in;
struct {
- struct policy_handle **acct_handle;/* [ref] */
+ struct policy_handle *acct_handle;/* [ref] */
NTSTATUS result;
} out;
@@ -829,7 +829,7 @@ struct lsa_OpenAccount {
} in;
struct {
- struct policy_handle **acct_handle;/* [ref] */
+ struct policy_handle *acct_handle;/* [ref] */
NTSTATUS result;
} out;
@@ -1051,11 +1051,11 @@ struct lsa_LookupPrivDisplayName {
struct lsa_DeleteObject {
struct {
- struct policy_handle **handle;/* [ref] */
+ struct policy_handle *handle;/* [ref] */
} in;
struct {
- struct policy_handle **handle;/* [ref] */
+ struct policy_handle *handle;/* [ref] */
NTSTATUS result;
} out;