From 9fb49152012e64db9935ef558bed6df97f1a2ff2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Jul 2008 16:13:14 +0200 Subject: netapi: make sid in GROUP_INFO_3 a pointer. Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b) --- source3/librpc/idl/libnetapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; -- cgit