diff options
author | Günther Deschner <gd@samba.org> | 2008-07-16 16:13:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-17 10:36:55 +0200 |
commit | 9fb49152012e64db9935ef558bed6df97f1a2ff2 (patch) | |
tree | c14002d6ca6b00fb092f1a57d3a5cee214d9c293 /source3/librpc | |
parent | a035851b65700e93316344ab47c48460f6ef8397 (diff) | |
download | samba-9fb49152012e64db9935ef558bed6df97f1a2ff2.tar.gz samba-9fb49152012e64db9935ef558bed6df97f1a2ff2.tar.xz samba-9fb49152012e64db9935ef558bed6df97f1a2ff2.zip |
netapi: make sid in GROUP_INFO_3 a pointer.
Guenther
(This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 527d92d63b3..fe901e94b1d 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; |