summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-07 13:01:29 +0200
committerGünther Deschner <gd@samba.org>2010-10-07 12:04:32 +0000
commitb7683a2c9d10e34e4d8eed8664ed4c14f71f981f (patch)
tree1e02649d720f1d923b096f6f08a509806b2d3df6 /librpc
parente0b340247a4f7f0b6506752add0af3df8deb9920 (diff)
downloadsamba-b7683a2c9d10e34e4d8eed8664ed4c14f71f981f.tar.gz
samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/samr.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index f54d62609fa..ee9ab7995de 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -658,12 +658,12 @@ import "misc.idl", "lsa.idl", "security.idl";
typedef struct {
uint32 count;
[size_is(count)] uint32 *rids;
- [size_is(count)] uint32 *types;
- } samr_RidTypeArray;
+ [size_is(count)] samr_GroupAttrs *attributes;
+ } samr_RidAttrArray;
NTSTATUS samr_QueryGroupMember(
[in,ref] policy_handle *group_handle,
- [out,ref] samr_RidTypeArray **rids
+ [out,ref] samr_RidAttrArray **rids
);