Fix IDL for samr_QueryGroupInfo().
authorGünther Deschner <gd@samba.org>
Thu, 7 Feb 2008 12:24:20 +0000 (13:24 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 7 Feb 2008 12:42:55 +0000 (13:42 +0100)
Guenther

source/librpc/idl/samr.idl

index 4d618ad62cbac458c71fda8a00dbf059878c9d19..131654be32e08c43eb2854d0b3b2543a3a6e5b10 100644 (file)
@@ -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
                );
 
        /************************/