summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/samr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-05 14:42:01 +0100
committerGünther Deschner <gd@samba.org>2008-02-06 02:03:43 +0100
commit7599d6bd314e261d9a62c0dfb4011d3fbe11699b (patch)
treee85a74f90e3311a12a90df9af0d9cbc9b29128e5 /source3/librpc/gen_ndr/samr.h
parent64b0391b6b9129747897f8fb9035a60563e2a0f8 (diff)
downloadsamba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.tar.gz
samba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.tar.bz2
samba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.zip
Re-run make idl.
Guenther (This used to be commit bc047ee520ef9c74cb0c5a3b6b6877b4ed7fd62b)
Diffstat (limited to 'source3/librpc/gen_ndr/samr.h')
-rw-r--r--source3/librpc/gen_ndr/samr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h
index e0bf5e5c80..d0e758d72f 100644
--- a/source3/librpc/gen_ndr/samr.h
+++ b/source3/librpc/gen_ndr/samr.h
@@ -860,7 +860,7 @@ struct samr_QueryDomainInfo {
} in;
struct {
- union samr_DomainInfo *info;/* [ref,switch_is(level)] */
+ union samr_DomainInfo **info;/* [ref,switch_is(level)] */
NTSTATUS result;
} out;
@@ -1414,7 +1414,7 @@ struct samr_QueryDomainInfo2 {
} in;
struct {
- union samr_DomainInfo *info;/* [ref,switch_is(level)] */
+ union samr_DomainInfo **info;/* [ref,switch_is(level)] */
NTSTATUS result;
} out;