summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-07 13:24:20 +0100
committerGünther Deschner <gd@samba.org>2008-02-07 13:42:55 +0100
commitc400f2c128b1b3f1cee80693fc68b730b1fa2e6b (patch)
tree400d1d80e58e6e8a72fb2300bdd2104ba1018910 /source3/librpc/idl/samr.idl
parentde3aec702698a32257613864691923538368a86d (diff)
downloadsamba-c400f2c128b1b3f1cee80693fc68b730b1fa2e6b.tar.gz
samba-c400f2c128b1b3f1cee80693fc68b730b1fa2e6b.tar.bz2
samba-c400f2c128b1b3f1cee80693fc68b730b1fa2e6b.zip
Fix IDL for samr_QueryGroupInfo().
Guenther (This used to be commit ed087ca5bcc3cd2fc503c7a1f2d51a86b4bfd358)
Diffstat (limited to 'source3/librpc/idl/samr.idl')
-rw-r--r--source3/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl
index 4d618ad62c..131654be32 100644
--- a/source3/librpc/idl/samr.idl
+++ b/source3/librpc/idl/samr.idl
@@ -465,7 +465,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_QueryGroupInfo(
[in,ref] policy_handle *group_handle,
[in] samr_GroupInfoEnum level,
- [out,ref,switch_is(level)] samr_GroupInfo *info
+ [out,ref,switch_is(level)] samr_GroupInfo **info
);
/************************/