From: Günther Deschner Date: Wed, 16 Jul 2008 14:13:14 +0000 (+0200) Subject: netapi: make sid in GROUP_INFO_3 a pointer. X-Git-Tag: samba-4.0.0alpha6~801^2~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb49152012e64db9935ef558bed6df97f1a2ff2;p=thirdparty%2Fsamba.git netapi: make sid in GROUP_INFO_3 a pointer. Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b) --- 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;