diff options
author | Günther Deschner <gd@samba.org> | 2008-02-07 13:24:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-07 13:42:55 +0100 |
commit | c400f2c128b1b3f1cee80693fc68b730b1fa2e6b (patch) | |
tree | 400d1d80e58e6e8a72fb2300bdd2104ba1018910 /source3/librpc/idl | |
parent | de3aec702698a32257613864691923538368a86d (diff) | |
download | samba-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')
-rw-r--r-- | source3/librpc/idl/samr.idl | 2 |
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 ); /************************/ |