diff options
author | Günther Deschner <gd@samba.org> | 2008-02-09 01:33:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-09 02:05:39 +0100 |
commit | da3e2d4c2797a9ea43312ba7bdb5bc9710c94004 (patch) | |
tree | 00c5dbdb0ab9cf45028eb5a067716b2a2be4b9e2 /source3/librpc/gen_ndr/lsa.h | |
parent | c7f34889591174ae335a37ab62747afab8fc418c (diff) | |
download | samba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.tar.gz samba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.tar.bz2 samba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.zip |
Testing revealed some errors, reverting some of the lsa changes.
Guenther
(This used to be commit ac1e4f1eb2c046def4fa30ab0bd98c49add8e8c8)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/lsa.h | 8 |
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; |