1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

netapi: make sid in GROUP_INFO_3 a pointer.

Guenther
This commit is contained in:
Günther Deschner 2008-07-16 16:13:14 +02:00
parent 4564581f9a
commit 84dc9bb89d

View 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;