summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-10 14:15:33 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:30 +0100
commit15e011564ad2c5975aee8066296d6c662be93c26 (patch)
tree478b19e95a722c89fc870676aaf6786469b90580 /librpc
parent0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d (diff)
downloadsamba-15e011564ad2c5975aee8066296d6c662be93c26.tar.gz
samba-15e011564ad2c5975aee8066296d6c662be93c26.tar.bz2
samba-15e011564ad2c5975aee8066296d6c662be93c26.zip
s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index d7b9423c15..7fc3d2d609 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -589,7 +589,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_QueryGroupInfo(
[in,ref] policy_handle *group_handle,
[in] samr_GroupInfoEnum level,
- [out,switch_is(level),unique] samr_GroupInfo *info
+ [out,ref,switch_is(level)] samr_GroupInfo **info
);
/************************/