summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 09:46:57 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 09:48:21 +0100
commited43977f08491515a325e613c8e765c2abe69352 (patch)
tree2a7d7d213b3347f5ff04b7717aa3e9b67dd72250 /source3/librpc/gen_ndr/lsa.h
parentab38d3dd44f3b9e84ccf03f5293e3f658c31afd2 (diff)
downloadsamba-ed43977f08491515a325e613c8e765c2abe69352.tar.gz
samba-ed43977f08491515a325e613c8e765c2abe69352.tar.bz2
samba-ed43977f08491515a325e613c8e765c2abe69352.zip
Re-run make idl.
Guenther (This used to be commit 0ee299f040f73fdbae4c1c89ab6de4904f1f0fac)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 32e6739095..86d4339599 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -676,7 +676,7 @@ struct lsa_QueryInfoPolicy {
} in;
struct {
- union lsa_PolicyInformation *info;/* [unique,switch_is(level)] */
+ union lsa_PolicyInformation **info;/* [ref,switch_is(level)] */
NTSTATUS result;
} out;
@@ -1199,7 +1199,7 @@ struct lsa_QueryInfoPolicy2 {
} in;
struct {
- union lsa_PolicyInformation *info;/* [unique,switch_is(level)] */
+ union lsa_PolicyInformation **info;/* [ref,switch_is(level)] */
NTSTATUS result;
} out;