netapi: make sid in GROUP_INFO_3 a pointer.
authorGünther Deschner <gd@samba.org>
Wed, 16 Jul 2008 14:13:14 +0000 (16:13 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Jul 2008 08:36:55 +0000 (10:36 +0200)
Guenther
(This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)

source3/librpc/idl/libnetapi.idl

index 527d92d63b3e234d9b828316e29ba0d4eceaa66f..fe901e94b1da657082b1a8274849b1f67efcb286 100644 (file)
@@ -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;