summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_lsa.c
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/srv_lsa.c
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/srv_lsa.c')
-rw-r--r--source3/librpc/gen_ndr/srv_lsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/srv_lsa.c b/source3/librpc/gen_ndr/srv_lsa.c
index aa870a6d59..b46e892b04 100644
--- a/source3/librpc/gen_ndr/srv_lsa.c
+++ b/source3/librpc/gen_ndr/srv_lsa.c
@@ -580,7 +580,7 @@ static bool api_lsa_QueryInfoPolicy(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.info = talloc_zero(r, union lsa_PolicyInformation);
+ r->out.info = talloc_zero(r, union lsa_PolicyInformation *);
if (r->out.info == NULL) {
talloc_free(r);
return false;
@@ -3584,7 +3584,7 @@ static bool api_lsa_QueryInfoPolicy2(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.info = talloc_zero(r, union lsa_PolicyInformation);
+ r->out.info = talloc_zero(r, union lsa_PolicyInformation *);
if (r->out.info == NULL) {
talloc_free(r);
return false;