summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 825b7e4068..2f1be14d58 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -34,9 +34,9 @@ struct wbint_Principal {
const char *name;/* [unique,charset(UTF8)] */
}/* [public] */;
-struct wbint_GroupMembers {
- int32_t num_members;
- struct wbint_Principal *members;/* [size_is(num_members)] */
+struct wbint_Principals {
+ int32_t num_principals;
+ struct wbint_Principal *principals;/* [size_is(num_principals)] */
}/* [public] */;
@@ -194,7 +194,7 @@ struct wbint_LookupGroupMembers {
} in;
struct {
- struct wbint_GroupMembers *members;/* [ref] */
+ struct wbint_Principals *members;/* [ref] */
NTSTATUS result;
} out;