summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-16 16:13:14 +0200
committerGünther Deschner <gd@samba.org>2008-07-17 10:36:55 +0200
commit9fb49152012e64db9935ef558bed6df97f1a2ff2 (patch)
treec14002d6ca6b00fb092f1a57d3a5cee214d9c293 /source3/librpc/idl/libnetapi.idl
parenta035851b65700e93316344ab47c48460f6ef8397 (diff)
downloadsamba-9fb49152012e64db9935ef558bed6df97f1a2ff2.tar.gz
samba-9fb49152012e64db9935ef558bed6df97f1a2ff2.tar.bz2
samba-9fb49152012e64db9935ef558bed6df97f1a2ff2.zip
netapi: make sid in GROUP_INFO_3 a pointer.
Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 527d92d63b..fe901e94b1 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -271,7 +271,7 @@ interface libnetapi
typedef struct {
string grpi3_name;
string grpi3_comment;
- domsid grpi3_group_sid;
+ domsid *grpi3_group_sid;
uint32 grpi3_attributes;
} GROUP_INFO_3;